DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.Debugging.Delogger Class Reference

Logs messages using the given options More...

Static Public Member Functions

static void Log (object message, bool isVerbose=false, string hexColor=null)
 Logs the given message with the given options More...
 
static void LogError (object message)
 Logs the given message with the given options More...
 
static void LogWarning (object message)
 Logs the given message with the given options More...
 

Static Public Attributes

static bool enabled = true
 If FALSE doesn't log anything More...
 
static Verbosity verbosity = Verbosity.Normal
 Sets the verbosity value, which indicates the type of messages that will be logged More...
 

Detailed Description

Logs messages using the given options

Member Function Documentation

static void DG.Debugging.Delogger.Log ( object  message,
bool  isVerbose = false,
string  hexColor = null 
)
static

Logs the given message with the given options

static void DG.Debugging.Delogger.LogError ( object  message)
static

Logs the given message with the given options

static void DG.Debugging.Delogger.LogWarning ( object  message)
static

Logs the given message with the given options

Member Data Documentation

bool DG.Debugging.Delogger.enabled = true
static

If FALSE doesn't log anything

Verbosity DG.Debugging.Delogger.verbosity = Verbosity.Normal
static

Sets the verbosity value, which indicates the type of messages that will be logged


The documentation for this class was generated from the following file: