Logger.Log

Allows you to put a log of LogType type with an simple string message.

  1. void Log(string message, LogType type)
    class Logger
    static
    void
    Log
  2. void Log(string message, LogType type, T args)

Meta