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()