Interface ILogger (original) (raw)

Namespace

LiteEntitySystem

Assembly

LiteEntitySystem.dll

Logger implementation for different situations (client/server/different engine)

public interface ILogger

Methods

Log(string)

void Log(string log)

Parameters

log string

LogError(string)

void LogError(string log)

Parameters

log string

LogWarning(string)

void LogWarning(string log)

Parameters

log string