Table of Contents

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

level LogLevel
timestamp DateTime
category string
message string
source string

Properties

Category

public readonly string Category { get; }

Property Value

string

Level

public readonly LogLevel Level { get; }

Property Value

LogLevel

Source

public readonly string Source { get; }

Property Value

string

Text

public readonly string Text { get; }

Property Value

string

Timestamp

public readonly DateTime Timestamp { get; }

Property Value

DateTime