Table of Contents

Class LogEntryArgs

Namespace
Tripous.Logging
Assembly
Tripous.Logging.dll

Provides data for an event that reports a log entry.

public class LogEntryArgs : EventArgs
Inheritance
LogEntryArgs
Inherited Members
Extension Methods

Constructors

LogEntryArgs(LogEntry)

Initializes a new instance of the LogEntryArgs class.

public LogEntryArgs(LogEntry Entry)

Parameters

Entry LogEntry

The log entry associated with the event.

Properties

Entry

Gets the log entry associated with the event.

public LogEntry Entry { get; }

Property Value

LogEntry