C# Class UberDebug, UberLogger

Mostrar archivo Open project: bbbscarter/UberLogger Class Usage Examples

Private Methods

Method Description
Log ( UnityEngine context, string message ) : void
Log ( string message ) : void
LogChannel ( UnityEngine context, string channel, string message ) : void
LogChannel ( string channel, string message ) : void
LogError ( UnityEngine context, object message ) : void
LogError ( object message ) : void
LogErrorChannel ( UnityEngine context, string channel, string message ) : void
LogErrorChannel ( string channel, string message ) : void
LogWarning ( UnityEngine context, object message ) : void
LogWarning ( object message ) : void
LogWarningChannel ( UnityEngine context, string channel, string message ) : void
LogWarningChannel ( string channel, string message ) : void
UnityLog ( object message ) : void
UnityLogError ( object message ) : void
UnityLogWarning ( object message ) : void