Constructor LogEntry
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
DateTimeOffsetThe timestamp.
message
stringThe message.
logLevel
LogLevelThe log level.
category
stringThe category.
name
stringThe name.
dataMinerId
intThe DataMiner agent ID.
processId
intThe process ID.
processName
stringThe process name.
threadId
intThe thread ID.
userName
stringThe user name.
LogEntry()
Initializes a new instance of the LogEntry class.
public LogEntry()