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