Table of Contents

Class LunyDebugServiceBase

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

Constructors

LunyDebugServiceBase()

protected LunyDebugServiceBase()

Methods

LogError(string)

public abstract void LogError(string message)

Parameters

message string

LogException(Exception)

public abstract void LogException(Exception exception)

Parameters

exception Exception

LogInfo(string)

public abstract void LogInfo(string message)

Parameters

message string

LogWarning(string)

public abstract void LogWarning(string message)

Parameters

message string