Class UnityDebugService
Unity implementation of Debug.
public sealed class UnityDebugService : LunyDebugServiceBase, ILunyDebugService, ILunyEngineService
Expand Details ...
- Inheritance
-
objectUnityDebugService
- Implements
Constructors
UnityDebugService()
public UnityDebugService()
Methods
LogError(string)
public override void LogError(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogException(Exception)
public override void LogException(Exception exception)
Parameters
| Type | Name | Description |
|---|---|---|
exception |
LogInfo(string)
public override void LogInfo(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LogWarning(string)
public override void LogWarning(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
OnServiceInitialize()
protected override void OnServiceInitialize()
OnServiceShutdown()
protected override void OnServiceShutdown()
OnServiceStartup()
protected override void OnServiceStartup()