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
timeStampDateTimeOffsetThe timestamp.
messagestringThe message.
logLevelLogLevelThe log level.
categorystringThe category.
namestringThe name.
dataMinerIdintThe DataMiner agent ID.
processIdintThe process ID.
processNamestringThe process name.
threadIdintThe thread ID.
userNamestringThe user name.
LogEntry()
Initializes a new instance of the LogEntry class.
public LogEntry()