pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
Logger.Log
polyplex
utils
logging
Logger
Allows you to put a log of LogType type with an simple string message.
void
Log
(string message, LogType type)
class
Logger
static
void
Log
(
string
message
,
LogType
type
=
LogType.Info
)
void
Log
(string message, LogType type, T args)
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.