Quantum 3
3.0.9
Additional info about the log context. More...
Public Member Functions | |
| LogContext (string prefix, object source) | |
| Creates a new log context. More... | |
Public Attributes | |
| readonly string | Prefix |
| A prefix for the log message. More... | |
| readonly object | Source |
| An object that is the source of the log message. More... | |
Additional info about the log context.
|
inline |
Creates a new log context.
| prefix | Log message prefix |
| source | An object that is the source of the log message |
| readonly string Quantum.LogContext.Prefix |
A prefix for the log message.
| readonly object Quantum.LogContext.Source |
An object that is the source of the log message.