Mirror::Weaver::Log
Public Functions
Name | |
---|---|
void | Warning(string msg) |
void | Error(string msg) |
Public Attributes
Name | |
---|---|
Action< string > | WarningMethod |
Action< string > | ErrorMethod |
Public Functions Documentation
function Warning
static inline void Warning(
string msg
)
function Error
static inline void Error(
string msg
)
Public Attributes Documentation
variable WarningMethod
static Action< string > WarningMethod;
variable ErrorMethod
static Action< string > ErrorMethod;
Updated on 20 January 2021 at 18:58:29 UTC