Helper functions for all loggers. More...
Static Public Member Functions | |
static string | FormatLogLine (string logLevel, string msg) |
Format a line for logging, including time stamp. | |
Static Private Member Functions | |
static string | _GetTimeStamp () |
Return a regular time stamp of the current time. | |
Helper functions for all loggers.
Definition at line 17 of file Bridge_LoggerHelpers.cs.
|
inlinestaticprivate |
Return a regular time stamp of the current time.
Definition at line 23 of file Bridge_LoggerHelpers.cs.
Referenced by LoggerHelpers.FormatLogLine().
|
inlinestatic |
Format a line for logging, including time stamp.
logLevel | Level of logging (TRACE, INFO, ERROR) |
msg | Message to log |
Definition at line 34 of file Bridge_LoggerHelpers.cs.
References LoggerHelpers._GetTimeStamp().
Referenced by ConsoleLogger._WriteLine(), and FileLogger._WriteLine().