
Static Public Member Functions | |
| static void | Here () |
| Prints out the stack frame. | |
| static void | Uncaught (Exception e) |
| Prints the exception. | |
| static void | Assert (bool assertion) |
| Logs an assertion. | |
Static Public Attributes | |
| static readonly ISimiasLog | log = SimiasLogManager.GetLogger(typeof(Log)) |
| The logging object. | |
| static void Simias::Sync::Log::Here | ( | ) | [inline, static] |
Prints out the stack frame.
| static void Simias::Sync::Log::Uncaught | ( | Exception | e | ) | [inline, static] |
Prints the exception.
| e |
| static void Simias::Sync::Log::Assert | ( | bool | assertion | ) | [inline, static] |
Logs an assertion.
| assertion |
readonly ISimiasLog Simias::Sync::Log::log = SimiasLogManager.GetLogger(typeof(Log)) [static] |
The logging object.
1.5.6