Table of Contents

Class UnityDebugService

Namespace
Luny.Unity.Services
/
Assembly
Luny.Unity.dll

Unity implementation of Debug.

public sealed class UnityDebugService : LunyDebugServiceBase, ILunyDebugService, ILunyEngineService
Expand Details ...
Inheritance
Object
UnityDebugService
Implements

Constructors

UnityDebugService()

public UnityDebugService()

Methods

LogError(String)

public override void LogError(String message)

Parameters

Type Name Description
String
message

LogException(Exception)

public override void LogException(Exception exception)

Parameters

Type Name Description
Exception
exception

LogInfo(String)

public override void LogInfo(String message)

Parameters

Type Name Description
String
message

LogWarning(String)

public override void LogWarning(String message)

Parameters

Type Name Description
String
message

OnServiceInitialize()

protected override void OnServiceInitialize()

OnServiceShutdown()

protected override void OnServiceShutdown()

OnServiceStartup()

protected override void OnServiceStartup()