Method | Description | |
---|---|---|
Log ( object obj ) : void |
Log object
|
|
Log ( string text ) : void |
Log text
|
|
LogError ( object obj ) : void |
Log object as error
|
|
LogError ( string text ) : void |
Log text as error
|
Method | Description | |
---|---|---|
AppendToFile ( string text, string path ) : void |
Append to file
|
public static LogError ( object obj ) : void | ||
obj | object | Object |
return | void |
public static LogError ( string text ) : void | ||
text | string | Text |
return | void |