Interface ILunyDebugService
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
namestring
Returns
- string
LogError(string)
void LogError(string message)
Parameters
messagestring
LogException(Exception)
void LogException(Exception exception)
Parameters
exceptionException
LogInfo(string)
void LogInfo(string message)
Parameters
messagestring
LogWarning(string)
void LogWarning(string message)
Parameters
messagestring