Class DevLog
Assembly: Glitch9.dll
Syntax
public static class DevLog
Properties
|
Edit this page
View Source
ShowCallerMemberName
Declaration
public static bool ShowCallerMemberName { get; set; }
Property Value
Methods
|
Edit this page
View Source
Blue(string, string, string)
Declaration
public static void Blue(string msg, string cm = "", string cf = "")
Parameters
|
Edit this page
View Source
Error(string, string, string)
Declaration
public static void Error(string error, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Exception(Exception, string, string)
Declaration
public static void Exception(Exception e, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Info(string, string, string)
Declaration
public static void Info(string msg, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Mark(int)
Declaration
public static void Mark(int num)
Parameters
| Type |
Name |
Description |
| int |
num |
|
|
Edit this page
View Source
Mark(string)
Declaration
public static void Mark(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
NativeError(string, object)
Declaration
public static void NativeError(string msg, object sender = null)
Parameters
|
Edit this page
View Source
NativeInfo(string, object)
Declaration
public static void NativeInfo(string msg, object sender = null)
Parameters
|
Edit this page
View Source
NativeWarning(string, object)
Declaration
public static void NativeWarning(string msg, object sender = null)
Parameters
|
Edit this page
View Source
NullCheck(int, object)
Declaration
public static void NullCheck(int order, object toCheck)
Parameters
| Type |
Name |
Description |
| int |
order |
|
| object |
toCheck |
|
|
Edit this page
View Source
Orange(string, string, string)
Declaration
public static void Orange(string msg, string cm = "", string cf = "")
Parameters
|
Edit this page
View Source
Print(DevLogType, string, string, object)
Declaration
public static void Print(DevLogType logType, string msg, string tag, object sender)
Parameters
|
Edit this page
View Source
Print(DevLogType, string, string, string, string)
Declaration
public static void Print(DevLogType type, string msg, string cm = null, string cf = null, string tag = null)
Parameters
|
Edit this page
View Source
PrintException(DevLogType, Exception, string, string, string)
Declaration
public static void PrintException(DevLogType type, Exception ex, string cm, string cf, string tag = null)
Parameters
|
Edit this page
View Source
PrintLog(string, Log, string, string)
Declaration
public static void PrintLog(string tag, Log log, string cm = "", string cf = "")
Parameters
|
Edit this page
View Source
Red(string, string, string)
Declaration
public static void Red(string msg, string cm = "", string cf = "")
Parameters
|
Edit this page
View Source
Success(string, string, string)
Declaration
public static void Success(string msg, string cm = "", string cf = "")
Parameters
|
Edit this page
View Source
Warning(Exception, string, string)
Declaration
public static void Warning(Exception e, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Warning(string, string, string)
Declaration
public static void Warning(string msg, string callerMemberName = "", string callerFilePath = "")
Parameters