Table of Contents

Delegate LogEntryEventHandler

Namespace
NanoByte.Common
Assembly
NanoByte.Common.dll

Describes an event relating to an entry in the Log.

public delegate void LogEntryEventHandler(LogSeverity severity, string? message, Exception? exception)

Parameters

severity LogSeverity

The type/severity of the entry.

message string

The message of the entry.

exception Exception

An optional exception associated with the entry.

Extension Methods

See Also