Interface ILogger (original) (raw)
Namespace
Assembly
LiteEntitySystem.dll
Logger implementation for different situations (client/server/different engine)
public interface ILoggerMethods
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