Table of Contents

Class LunyDebugServiceBase

Namespace
Luny.Engine.Services
/
Assembly
Luny.dll
public abstract class LunyDebugServiceBase : LunyEngineServiceBase, ILunyDebugService, ILunyEngineService
Expand Details ...
Inheritance
Object
LunyDebugServiceBase
Implements
Derived
Inherited Members

Constructors

LunyDebugServiceBase()

protected LunyDebugServiceBase()

Methods

LogError(String)

public abstract void LogError(String message)

Parameters

Type Name Description
String
message

LogException(Exception)

public abstract void LogException(Exception exception)

Parameters

Type Name Description
Exception
exception

LogInfo(String)

public abstract void LogInfo(String message)

Parameters

Type Name Description
String
message

LogWarning(String)

public abstract void LogWarning(String message)

Parameters

Type Name Description
String
message