Table of Contents

Class UnityDebugService

Namespace
Luny.Unity.Engine.Services
Assembly
Luny.Unity.dll

Unity implementation of Debug.

public sealed class UnityDebugService : LunyDebugServiceBase, ILunyDebugService, ILunyEngineService
Inheritance
object
UnityDebugService
Implements

Constructors

UnityDebugService()

public UnityDebugService()

Methods

LogError(string)

public override void LogError(string message)

Parameters

message string

LogException(Exception)

public override void LogException(Exception exception)

Parameters

exception Exception

LogInfo(string)

public override void LogInfo(string message)

Parameters

message string

LogWarning(string)

public override void LogWarning(string message)

Parameters

message string

OnServiceInitialize()

protected override void OnServiceInitialize()

OnServiceShutdown()

protected override void OnServiceShutdown()

OnServiceStartup()

protected override void OnServiceStartup()