Table of Contents

Class LogEntry

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

Represents a log entry.

[Serializable]
public class LogEntry : DataType
Inheritance
LogEntry
Implements
Extension Methods

Constructors

LogEntry()

Initializes a new instance of the LogEntry class.

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

Initializes a new instance of the LogEntry class.

Properties

Category

Gets the category.

DataMinerId

Gets the DataMiner Agent ID.

DataTypeID

Gets the data type ID.

FromMigration
FullName

Gets the full name.

Id

Gets the ID.

LogLevel

Gets the log level.

Message

Gets the message.

Name

Gets the name.

ProcessId

Gets the process ID.

ProcessName

Gets the process name.

ThreadId

Gets the thread ID.

TimeStamp

Gets the timestampe.

UserName

Gets the user name.

Methods

Equals(LogEntry)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToFilter<T>()
ToInterOp()
ToStringArray()
toType(string[])