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
Expand Details ...
Inheritance
object
UnityLogger
Implements

Constructors

UnityLogger()

public UnityLogger()

Methods

LogError(object)

public void LogError(object obj)

Parameters

Type Name Description
object
obj

LogError(string)

public void LogError(string message)

Parameters

Type Name Description
string
message

LogException(Exception)

public void LogException(Exception exception)

Parameters

Type Name Description
Exception
exception

LogInfo(object)

public void LogInfo(object obj)

Parameters

Type Name Description
object
obj

LogInfo(string)

public void LogInfo(string message)

Parameters

Type Name Description
string
message

LogWarning(object)

public void LogWarning(object obj)

Parameters

Type Name Description
object
obj

LogWarning(string)

public void LogWarning(string message)

Parameters

Type Name Description
string
message