ErrorLogger
NOTE: This class is deprecated. Use
Methods
- Log(System.String)()
- NOTE: Deprecated. Please use your own ILog instead, see ExampleMod for an example You can use this method for your own testing purposes. The message will be added to the Logs.txt file in the Logs folder.
- Log(System.Object,System.Boolean)()
- NOTE: Deprecated. Please use your own ILog instead, see ExampleMod for an example Allows you to log an object for your own testing purposes. The message will be added to the Logs.txt file in the Logs folder.
- ClearLogs()
- NOTE: Deprecated. Deletes all log files.