Inheritance Hierarchy SystemObject
ff14bot.HelpersLogging
Namespace:
ff14bot.Helpers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static class Logging
The Logging type exposes the following members.
Properties Methods
| Name | Description |
---|
| Write(Object) | |
| Write(String) | |
| Write(String, Object) | |
| Write(Color, String) | |
| Write(LogLevel, String) | |
| Write(Color, String, Object) | |
| Write(LogLevel, String, Object) | |
| Write(LogLevel, Color, String) | |
| Write(LogLevel, Color, String, Object) | |
| WriteDiagnostic(String) | |
| WriteDiagnostic(String, Object) | |
| WriteDiagnostic(Color, String) | |
| WriteDiagnostic(Color, String, Object) | |
| WriteException(Exception) | |
| WriteException(Color, Exception) | |
| WriteException(LogLevel, Exception) | |
| WriteException(LogLevel, Color, Exception) | |
| WriteQuiet(String) | |
| WriteQuiet(String, Object) | |
| WriteQuiet(Color, String) | |
| WriteQuiet(Color, String, Object) | |
| WriteToFileSync(LogLevel, String) | |
| WriteToFileSync(LogLevel, String, Object) | |
| WriteVerbose(String) | |
| WriteVerbose(String, Object) | |
| WriteVerbose(Color, String) | |
| WriteVerbose(Color, String, Object) | |
TopEvents See Also