Table of Contents

Class UnityLogger

Namespace
Luny.Unity.Engine.Bridge
Assembly
Luny.Unity.dll

Unity-specific implementation of the Luny logger that forwards to UnityEngine.Debug.

public sealed class UnityLogger : ILunyLogger
Inheritance
object
UnityLogger
Implements

Constructors

UnityLogger()

public UnityLogger()

Methods

LogError(object)

public void LogError(object obj)

Parameters

obj object

LogError(string)

public void LogError(string message)

Parameters

message string

LogException(Exception)

public void LogException(Exception exception)

Parameters

exception Exception

LogInfo(object)

public void LogInfo(object obj)

Parameters

obj object

LogInfo(string)

public void LogInfo(string message)

Parameters

message string

LogWarning(object)

public void LogWarning(object obj)

Parameters

obj object

LogWarning(string)

public void LogWarning(string message)

Parameters

message string