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 |