Table of Contents

Interface ILunyDebugService

Namespace
Luny.Engine.Services
Assembly
Luny.dll

Engine-agnostic debug and logging service.

public interface ILunyDebugService : ILunyEngineService

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

name string

Returns

string

LogError(string)

void LogError(string message)

Parameters

message string

LogException(Exception)

void LogException(Exception exception)

Parameters

exception Exception

LogInfo(string)

void LogInfo(string message)

Parameters

message string

LogWarning(string)

void LogWarning(string message)

Parameters

message string