Class UnityLogger
Unity-specific implementation of the Luny logger that forwards to UnityEngine.Debug.
public sealed class UnityLogger : ILunyLogger
Constructors
UnityLogger()
public UnityLogger()
Methods
LogError(Object)
public void LogError(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogError(String)
public void LogError(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogException(Exception)
public void LogException(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
exception |
LogInfo(Object)
public void LogInfo(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogInfo(String)
public void LogInfo(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogWarning(Object)
public void LogWarning(Object obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LogWarning(String)
public void LogWarning(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |