Property | Type | Description | |
---|---|---|---|
LogFile | string |
Method | Description | |
---|---|---|
Debug ( string data, [ memberName = "", [ filePath = "" ) : void | ||
Error ( |
||
Error ( string message, |
||
Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void | ||
Info ( string data, [ memberName = "", [ filePath = "" ) : void | ||
Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void | ||
Warn ( string data, [ memberName = "", [ filePath = "" ) : void |
Method | Description | |
---|---|---|
log ( string path, string method, string level, string data ) : void |
public static Debug ( string data, [ memberName = "", [ filePath = "" ) : void | ||
data | string | |
memberName | [ | |
filePath | [ | |
return | void |
public static Error ( |
||
ex | ||
memberName | [ | |
filePath | [ | |
return | void |
public static Error ( string message, |
||
message | string | |
ex | ||
memberName | [ | |
filePath | [ | |
return | void |
public static Error ( string message, string data = null, [ memberName = "", [ filePath = "" ) : void | ||
message | string | |
data | string | |
memberName | [ | |
filePath | [ | |
return | void |
public static Info ( string data, [ memberName = "", [ filePath = "" ) : void | ||
data | string | |
memberName | [ | |
filePath | [ | |
return | void |
public static Report ( string message, string data = "{}", [ memberName = "", [ filePath = "" ) : void | ||
message | string | |
data | string | |
memberName | [ | |
filePath | [ | |
return | void |
public static Warn ( string data, [ memberName = "", [ filePath = "" ) : void | ||
data | string | |
memberName | [ | |
filePath | [ | |
return | void |