Table of Contents

Interface ILunyDebugService

Namespace
Luny.Engine.Services
/
Assembly
Luny.dll

Engine-agnostic debug and logging service.

public interface ILunyDebugService : ILunyEngineService
Expand Details ...

Remarks

IMPORTANT: Implementations must inherit from both the ILunyService interface and its corresponding LunyServiceBase class!

Methods

GetMethodName(String)

public static String GetMethodName(String name = "")

Parameters

Type Name Description
String
name

Returns

String

LogError(String)

void LogError(String message)

Parameters

Type Name Description
String
message

LogException(Exception)

void LogException(Exception exception)

Parameters

Type Name Description
Exception
exception

LogInfo(String)

void LogInfo(String message)

Parameters

Type Name Description
String
message

LogWarning(String)

void LogWarning(String message)

Parameters

Type Name Description
String
message