Table of Contents

Constructor LogEntry

Namespace
Skyline.DataMiner.Storage.Types.DataTypes
Assembly
Skyline.DataMiner.Storage.Types.dll

LogEntry(DateTimeOffset, string, LogLevel, string, string, int, int, string, int, string)

Initializes a new instance of the LogEntry class.

public LogEntry(DateTimeOffset timeStamp, string message, LogLevel logLevel, string category, string name, int dataMinerId, int processId, string processName, int threadId, string userName)

Parameters

timeStamp DateTimeOffset

The timestamp.

message string

The message.

logLevel LogLevel

The log level.

category string

The category.

name string

The name.

dataMinerId int

The DataMiner agent ID.

processId int

The process ID.

processName string

The process name.

threadId int

The thread ID.

userName string

The user name.

LogEntry()

Initializes a new instance of the LogEntry class.

public LogEntry()