Class LunyDebugServiceBase
public abstract class LunyDebugServiceBase : LunyEngineServiceBase, ILunyDebugService, ILunyEngineService
- Inheritance
-
objectLunyDebugServiceBase
- Implements
- Derived
- Inherited Members
Constructors
LunyDebugServiceBase()
protected LunyDebugServiceBase()
Methods
LogError(string)
public abstract void LogError(string message)
Parameters
messagestring
LogException(Exception)
public abstract void LogException(Exception exception)
Parameters
exceptionException
LogInfo(string)
public abstract void LogInfo(string message)
Parameters
messagestring
LogWarning(string)
public abstract void LogWarning(string message)
Parameters
messagestring