Table of Contents

Class ILoggerExtensions

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.StructuredLogging.dll
public static class ILoggerExtensions
Inheritance
object
ILoggerExtensions

Methods

BeginScope2(ILogger, RawString?)

Formats the message and creates a scope.

public static IDisposable? BeginScope2(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to create the scope in.

message RawString

string of the log message in message.

Returns

IDisposable

A disposable scope object. Can be null.

BeginScope2(ILogger, FormattableString?, string?)

Formats the message and creates a scope.

public static IDisposable? BeginScope2(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to create the scope in.

message FormattableString

string of the log message in message.

messageExpression string

Returns

IDisposable

A disposable scope object. Can be null.

BeginScope<Targ0>(ILogger, string, Targ0)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0>(this ILogger logger, string messageFormat, Targ0 arg0)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

BeginScope<Targ0, Targ1>(ILogger, string, Targ0, Targ1)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1

BeginScope<Targ0, Targ1, Targ2>(ILogger, string, Targ0, Targ1, Targ2)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2

BeginScope<Targ0, Targ1, Targ2, Targ3>(ILogger, string, Targ0, Targ1, Targ2, Targ3)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats the message and creates a scope.

public static IDisposable? BeginScope<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string messageFormat, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to create the scope in.

messageFormat string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Returns

IDisposable

A disposable scope object. Can be null.

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Critical(ILogger, EventId, RawString?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Critical(ILogger, EventId, Exception?, RawString?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Critical(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Critical(ILogger, EventId, FormattableString?, string?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Critical(ILogger, RawString?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogCritical(0, exception, "Error while processing request from {Address}", address)

Critical(ILogger, Exception?, RawString?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Critical(ILogger, Exception?, FormattableString?, string?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Critical(ILogger, FormattableString?, string?)

Formats and writes a Critical log message.

public static void Critical(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Critical<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Critical log message.

public static void Critical<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Critical<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Critical log message.

public static void Critical<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Critical<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Critical log message.

public static void Critical<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Critical<Targ0>(ILogger, string?, Targ0)

Formats and writes a Critical log message.

public static void Critical<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Critical<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Critical<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Critical<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Critical<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Critical<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Critical<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Critical<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Critical<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Critical<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Critical<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Critical<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Critical<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Critical log message.

public static void Critical<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Debug(ILogger, EventId, RawString?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Debug(ILogger, EventId, Exception?, RawString?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Debug(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Debug(ILogger, EventId, FormattableString?, string?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Debug(ILogger, RawString?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogDebug(0, exception, "Error while processing request from {Address}", address)

Debug(ILogger, Exception?, RawString?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Debug(ILogger, Exception?, FormattableString?, string?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Debug(ILogger, FormattableString?, string?)

Formats and writes a debug log message.

public static void Debug(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Debug<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Debug log message.

public static void Debug<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Debug<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Debug log message.

public static void Debug<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Debug<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Debug log message.

public static void Debug<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Debug<Targ0>(ILogger, string?, Targ0)

Formats and writes a Debug log message.

public static void Debug<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Debug<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Debug<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Debug<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Debug<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Debug<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Debug<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Debug<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Debug<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Debug<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Debug<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Debug<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Debug<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Debug log message.

public static void Debug<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Error(ILogger, EventId, RawString?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Error(ILogger, EventId, Exception?, RawString?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Error(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Error(ILogger, EventId, FormattableString?, string?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Error(ILogger, RawString?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogError(0, exception, "Error while processing request from {Address}", address)

Error(ILogger, Exception?, RawString?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Error(ILogger, Exception?, FormattableString?, string?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Error(ILogger, FormattableString?, string?)

Formats and writes a Error log message.

public static void Error(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Error<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Error log message.

public static void Error<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Error<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Error log message.

public static void Error<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Error<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Error log message.

public static void Error<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Error<Targ0>(ILogger, string?, Targ0)

Formats and writes a Error log message.

public static void Error<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Error<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Error<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Error<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Error<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Error<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Error<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Error<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Error<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Error<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Error<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Error<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Error<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Error<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Error<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Error<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Error<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Error log message.

public static void Error<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Information(ILogger, EventId, RawString?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Information(ILogger, EventId, Exception?, RawString?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Information(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Information(ILogger, EventId, FormattableString?, string?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Information(ILogger, RawString?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogInformation(0, exception, "Error while processing request from {Address}", address)

Information(ILogger, Exception?, RawString?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Information(ILogger, Exception?, FormattableString?, string?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Information(ILogger, FormattableString?, string?)

Formats and writes a Information log message.

public static void Information(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Information<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Information log message.

public static void Information<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Information<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Information log message.

public static void Information<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Information<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Information log message.

public static void Information<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Information<Targ0>(ILogger, string?, Targ0)

Formats and writes a Information log message.

public static void Information<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Information<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Information<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Information<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Information<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Information<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Information<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Information<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Information<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Information<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Information<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Information<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Information<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Information<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Information<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Information<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Information<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Information log message.

public static void Information<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Log2(ILogger, LogLevel, EventId, RawString?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Log2(ILogger, LogLevel, EventId, Exception?, RawString?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Log2(ILogger, LogLevel, EventId, Exception?, FormattableString?, string?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Log2(ILogger, LogLevel, EventId, FormattableString?, string?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Log2(ILogger, LogLevel, RawString?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogGeneric(0, exception, "Error while processing request from {Address}", address)

Log2(ILogger, LogLevel, Exception?, RawString?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Log2(ILogger, LogLevel, Exception?, FormattableString?, string?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Log2(ILogger, LogLevel, FormattableString?, string?)

Formats and writes a Generic log message.

public static void Log2(this ILogger logger, LogLevel logLevel, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

logLevel LogLevel
message FormattableString

Format string of the log message in message template format.

messageExpression string

Trace(ILogger, EventId, Exception?, FormattableString?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

Trace(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Trace(ILogger, EventId, FormattableString?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, EventId eventId, FormattableString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

Trace(ILogger, EventId, FormattableString?, string?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Trace(ILogger, RawString?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogTrace(0, exception, "Error while processing request from {Address}", address)

Trace(ILogger, Exception?, RawString?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Trace(ILogger, Exception?, FormattableString?, string?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Trace(ILogger, FormattableString?, string?)

Formats and writes a Trace log message.

public static void Trace(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Trace<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Trace log message.

public static void Trace<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Trace<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Trace log message.

public static void Trace<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Trace<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Trace log message.

public static void Trace<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Trace<Targ0>(ILogger, string?, Targ0)

Formats and writes a Trace log message.

public static void Trace<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Trace<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Trace<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Trace<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Trace<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Trace<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Trace<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Trace<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Trace<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Trace<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Trace<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Trace<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Trace<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Trace log message.

public static void Trace<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Warning(ILogger, EventId, RawString?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, EventId eventId, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message RawString

Format string of the log message in message template format.

Warning(ILogger, EventId, Exception?, RawString?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, EventId eventId, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Warning(ILogger, EventId, Exception?, FormattableString?, string?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, EventId eventId, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Warning(ILogger, EventId, FormattableString?, string?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, EventId eventId, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Warning(ILogger, RawString?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

message RawString

Format string of the log message in message template format. Example: "User {User} logged in from {Address}"

Examples

logger.LogWarning(0, exception, "Error while processing request from {Address}", address)

Warning(ILogger, Exception?, RawString?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, Exception? exception, RawString? message)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message RawString

Format string of the log message in message template format.

Warning(ILogger, Exception?, FormattableString?, string?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, Exception? exception, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Warning(ILogger, FormattableString?, string?)

Formats and writes a Warning log message.

public static void Warning(this ILogger logger, FormattableString? message, string? messageExpression = null)

Parameters

logger ILogger

The ILogger to write to.

message FormattableString

Format string of the log message in message template format.

messageExpression string

Warning<Targ0>(ILogger, EventId, Exception?, string?, Targ0)

Formats and writes a Warning log message.

public static void Warning<Targ0>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Warning<Targ0>(ILogger, EventId, string?, Targ0)

Formats and writes a Warning log message.

public static void Warning<Targ0>(this ILogger logger, EventId eventId, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Warning<Targ0>(ILogger, Exception?, string?, Targ0)

Formats and writes a Warning log message.

public static void Warning<Targ0>(this ILogger logger, Exception? exception, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Warning<Targ0>(ILogger, string?, Targ0)

Formats and writes a Warning log message.

public static void Warning<Targ0>(this ILogger logger, string? message, Targ0 arg0)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0

Type Parameters

Targ0

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8, Targ9, Targ10, Targ11, Targ12, Targ13, Targ14, Targ15>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8, Targ9 arg9, Targ10 arg10, Targ11 arg11, Targ12 arg12, Targ13 arg13, Targ14 arg14, Targ15 arg15)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8
arg9 Targ9
arg10 Targ10
arg11 Targ11
arg12 Targ12
arg13 Targ13
arg14 Targ14
arg15 Targ15

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8
Targ9
Targ10
Targ11
Targ12
Targ13
Targ14
Targ15

Warning<Targ0, Targ1>(ILogger, EventId, Exception?, string?, Targ0, Targ1)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Warning<Targ0, Targ1>(ILogger, EventId, string?, Targ0, Targ1)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Warning<Targ0, Targ1>(ILogger, Exception?, string?, Targ0, Targ1)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Warning<Targ0, Targ1>(ILogger, string?, Targ0, Targ1)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1

Type Parameters

Targ0
Targ1

Warning<Targ0, Targ1, Targ2>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Warning<Targ0, Targ1, Targ2>(ILogger, EventId, string?, Targ0, Targ1, Targ2)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Warning<Targ0, Targ1, Targ2>(ILogger, Exception?, string?, Targ0, Targ1, Targ2)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Warning<Targ0, Targ1, Targ2>(ILogger, string?, Targ0, Targ1, Targ2)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2

Type Parameters

Targ0
Targ1
Targ2

Warning<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Warning<Targ0, Targ1, Targ2, Targ3>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Warning<Targ0, Targ1, Targ2, Targ3>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Warning<Targ0, Targ1, Targ2, Targ3>(ILogger, string?, Targ0, Targ1, Targ2, Targ3)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3

Type Parameters

Targ0
Targ1
Targ2
Targ3

Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, EventId, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, EventId eventId, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

eventId EventId

The event id associated with the log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, Exception?, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, Exception? exception, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

exception Exception

The exception to log.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8

Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(ILogger, string?, Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8)

Formats and writes a Warning log message.

public static void Warning<Targ0, Targ1, Targ2, Targ3, Targ4, Targ5, Targ6, Targ7, Targ8>(this ILogger logger, string? message, Targ0 arg0, Targ1 arg1, Targ2 arg2, Targ3 arg3, Targ4 arg4, Targ5 arg5, Targ6 arg6, Targ7 arg7, Targ8 arg8)

Parameters

logger ILogger

The ILogger to write to.

message string

Format string of the log message in message template format.

arg0 Targ0
arg1 Targ1
arg2 Targ2
arg3 Targ3
arg4 Targ4
arg5 Targ5
arg6 Targ6
arg7 Targ7
arg8 Targ8

Type Parameters

Targ0
Targ1
Targ2
Targ3
Targ4
Targ5
Targ6
Targ7
Targ8