pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
Logger.Log
polyplex
utils
logging
Logger
Allows you to put a log of LogType type with an simple string message.
class
Logger
static
void
Log
(
string
message
,
LogType
type
=
LogType.Info
)
Meta
Source
See Implementation
polyplex
utils
logging
Logger
static functions
Debug
Err
Fatal
Info
Log
Recover
Success
VerboseDebug
Warn
Allows you to put a log of LogType type with an simple string message.