Interface ILogger
Logger implementation for different situations (client/server/different engine)
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public interface ILogger
Methods
Log(string)
Declaration
void Log(string log)
Parameters
Type | Name | Description |
---|---|---|
string | log |
LogError(string)
Declaration
void LogError(string log)
Parameters
Type | Name | Description |
---|---|---|
string | log |
LogWarning(string)
Declaration
void LogWarning(string log)
Parameters
Type | Name | Description |
---|---|---|
string | log |