Class AllocationFreeLoggerBase
- Namespace
- Splat
- Assembly
- Splat.dll
Base class for a logger the provides allocation free logging.
public abstract class AllocationFreeLoggerBase : IAllocationFreeLogger, IAllocationFreeErrorLogger, ILogger
- Inheritance
-
Allocation
Free Logger Base
- Implements
- Derived
- Extension Methods
Remarks
Initializes a new instance of the Allocation
Constructors
AllocationFreeLoggerBase(ILogger)
Base class for a logger the provides allocation free logging.
Parameters
Remarks
Initializes a new instance of the Allocation
- See Also
Properties
IsDebugEnabled
Gets a value indicating whether the logger currently emits debug logs.
Property Value
IsErrorEnabled
Gets a value indicating whether the logger currently emits error logs.
Property Value
IsFatalEnabled
Gets a value indicating whether the logger currently emits fatal logs.
Property Value
IsInfoEnabled
Gets a value indicating whether the logger currently emits information logs.
Property Value
IsWarnEnabled
Gets a value indicating whether the logger currently emits warning logs.
Property Value
Level
Gets the level at which the target will emit messages.
Property Value
Methods
Debug<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the debug log.
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Debug<TArgument>(string, TArgument)
Emits a message using formatting to the debug log.
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Debug<TArgument1, TArgument2>(Exception, string, TArgument1, TArgument2)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Debug<TArgument1, TArgument2>(string, TArgument1, TArgument2)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3>(Exception, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3>(string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4>(string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the debug log.
public virtual void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Error<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the error log.
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Error<TArgument>(string, TArgument)
Emits a message using formatting to the error log.
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Error<TArgument1, TArgument2>(Exception, string, TArgument1, TArgument2)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Error<TArgument1, TArgument2>(string, TArgument1, TArgument2)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3>(Exception, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3>(string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4>(string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the error log.
public virtual void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Fatal<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the fatal log.
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Fatal<TArgument>(string, TArgument)
Emits a message using formatting to the fatal log.
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Fatal<TArgument1, TArgument2>(Exception, string, TArgument1, TArgument2)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Fatal<TArgument1, TArgument2>(string, TArgument1, TArgument2)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3>(Exception, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3>(string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the fatal log.
public virtual void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Info<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the info log.
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Info<TArgument>(string, TArgument)
Emits a message using formatting to the info log.
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Info<TArgument1, TArgument2>(Exception, string, TArgument1, TArgument2)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Info<TArgument1, TArgument2>(string, TArgument1, TArgument2)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3>(Exception, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3>(string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4>(string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Logs a info message with the provided message format and values.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Logs a info message with the provided message format and values.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Logs a info message with the provided message format and values.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Logs a info message with the provided message format and values.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the info log.
public virtual void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Warn<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the warning log.
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Warn<TArgument>(string, TArgument)
Emits a message using formatting to the warning log.
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument
TArgumentThe argument for formatting purposes.
Type Parameters
TArgument
The type of the argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the warn log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10)
Emits a message using formatting to the warn log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9, TArgument10>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9, TArgument10 argument10)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
argument10
TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
TArgument10
The type of the tenth argument which is used in the formatting.
Warn<TArgument1, TArgument2>(Exception, string, TArgument1, TArgument2)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Warn<TArgument1, TArgument2>(string, TArgument1, TArgument2)
Emits a message using formatting to the warning log.
public virtual void Warn<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3>(Exception, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3>(string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the warning log.
public virtual void Warn<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4>(string, TArgument1, TArgument2, TArgument3, TArgument4)
Emits a message using formatting to the warning log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5)
Emits a message using formatting to the warning log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6)
Emits a message using formatting to the warning log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the warn log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7)
Emits a message using formatting to the warn log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the warn log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8)
Emits a message using formatting to the warn log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception, string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the warn log.
public void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
exception
ExceptionThe exception.
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string, TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9)
Emits a message using formatting to the warn log.
public virtual void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6, TArgument7, TArgument8, TArgument9>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6, TArgument7 argument7, TArgument8 argument8, TArgument9 argument9)
Parameters
messageFormat
stringThe message format used to emit a message with the type arguments.
argument1
TArgument1The first argument for formatting purposes.
argument2
TArgument2The second argument for formatting purposes.
argument3
TArgument3The third argument for formatting purposes.
argument4
TArgument4The fourth argument for formatting purposes.
argument5
TArgument5The fifth argument for formatting purposes.
argument6
TArgument6The sixth argument for formatting purposes.
argument7
TArgument7The seventh argument for formatting purposes.
argument8
TArgument8The eighth argument for formatting purposes.
argument9
TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1
The type of the first argument which is used in the formatting.
TArgument2
The type of the second argument which is used in the formatting.
TArgument3
The type of the third argument which is used in the formatting.
TArgument4
The type of the fourth argument which is used in the formatting.
TArgument5
The type of the fifth argument which is used in the formatting.
TArgument6
The type of the sixth argument which is used in the formatting.
TArgument7
The type of the seventh argument which is used in the formatting.
TArgument8
The type of the eighth argument which is used in the formatting.
TArgument9
The type of the ninth argument which is used in the formatting.
Write(Exception, string, LogLevel)
Writes a message to the target.
Parameters
exception
ExceptionThe exception that occured.
message
stringThe message to write.
logLevel
LogLevel The severity level of the log message.
Write(Exception, string, Type, LogLevel)
Writes a message to the target.
Parameters
exception
ExceptionThe exception that occured.
message
stringThe message.
type
TypeThe type.
logLevel
LogLevel The log level.
Write(string, LogLevel)
Writes a message to the target.
Parameters
Write(string, Type, LogLevel)
Writes a message to the target.