LoggerMessage Class

Definition

Creates delegates which can be later cached to log messages in a performant way.

public ref class LoggerMessage abstract sealed
public static class LoggerMessage
type LoggerMessage = class
Public Class LoggerMessage
Inheritance
LoggerMessage

Methods

Define(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1,T2,T3,T4,T5,T6>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1,T2,T3,T4,T5,T6>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1,T2,T3,T4,T5>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1,T2,T3,T4,T5>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1,T2,T3,T4>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1,T2,T3,T4>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1,T2,T3>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1,T2,T3>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1,T2>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1,T2>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

Define<T1>(LogLevel, EventId, String)

Creates a delegate which can be invoked for logging a message.

Define<T1>(LogLevel, EventId, String, LogDefineOptions)

Creates a delegate that can be invoked to log a message.

DefineScope(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1,T2,T3,T4,T5,T6>(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1,T2,T3,T4,T5>(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1,T2,T3,T4>(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1,T2,T3>(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1,T2>(String)

Creates a delegate which can be invoked to create a log scope.

DefineScope<T1>(String)

Creates a delegate which can be invoked to create a log scope.

Applies to