Struct LogMessage
- Namespace
- ReFuel
- Assembly
- ReFuel.Common.dll
public struct LogMessage
- Inherited Members
Constructors
LogMessage(LogLevel, DateTime, string, string, string)
public LogMessage(LogLevel level, DateTime timestamp, string category, string message, string source)
Parameters
Properties
Category
public readonly string Category { get; }
Property Value
Level
public readonly LogLevel Level { get; }
Property Value
Source
public readonly string Source { get; }
Property Value
Text
public readonly string Text { get; }
Property Value
Timestamp
public readonly DateTime Timestamp { get; }