Logger.Log

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