Class SerilogFullLogger
- Namespace
- Splat
- Assembly
- Splat.Serilog.dll
A full wrapping logger over Serilog.
public class SerilogFullLogger : IFullLogger, IAllocationFreeLogger, IAllocationFreeErrorLogger, ILogger
- Inheritance
-
Serilog
Full Logger
- Implements
-
IFull
Logger IAllocationFree Logger IAllocationFree Error Logger ILogger
- Extension Methods
Remarks
Initializes a new instance of the Serilog
Constructors
SerilogFullLogger(ILogger)
A full wrapping logger over Serilog.
Parameters
loggerILoggerThe logger we are wrapping.
Remarks
Initializes a new instance of the Serilog
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
- Log
Level
Methods
Debug(Exception, Func<string>)
Sends the value provided by the provided delegate, only if Debug is enabled.
Parameters
exceptionExceptionA exception to log about.
functionFunc<string>The function to evaluate if Debug logging is enabled.
Debug(Exception, string?)
Emits a debug log message with an exception.
Parameters
Debug(Func<string>)
Sends the value provided by the provided delegate, only if Debug is enabled.
Parameters
Debug(IFormatProvider, string, params object[])
Emits a message using formatting to the debug log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Debug(string?)
Emits a message to the debug log.
Parameters
messagestringA non-localizable message to send to the log.
Debug(string, params object[])
Emits a message using formatting to the debug log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
DebugException(Func<string>, Exception)
Sends the value provided by the provided delegate, only if Debug is enabled.
Parameters
functionFunc<string>The function to evaluate if Debug logging is enabled.
exceptionExceptionA exception to log about.
DebugException(string?, Exception)
Emits a debug log message. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Debug<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the debug log.
Parameters
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Debug<T>(Func<string>)
Sends the value provided by the provided delegate, only if Debug is enabled.
Parameters
Type Parameters
TThe calling type.
Debug<TArgument>(IFormatProvider, string, TArgument)
Emits a message using formatting to the debug log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Debug<T>(IFormatProvider, T)
Emits a debug log message. This will emit the public contents of the object provided to the log.
Parameters
formatProviderIFormatProvider The format provider to use.
valueTThe value to emit.
Type Parameters
TThe type of object used as the message.
Debug<T>(string?)
Emits a message to the debug log.
Parameters
messagestringA non-localizable message to send to the log.
Type Parameters
TThe calling type.
Debug<T>(string, params object[])
Emits a message using formatting to the debug log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Type Parameters
TThe calling type.
Debug<TArgument>(string, TArgument)
Emits a message using formatting to the debug log.
Parameters
messagestringargsTArgument
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Debug<T>(T)
Emits a debug log message. This will emit the public contents of the object provided to the log.
Parameters
valueTThe log to emit.
Type Parameters
TThe type of object used as the message.
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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
Debug<TArgument1, TArgument2>(IFormatProvider, string, TArgument1, TArgument2)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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 void Debug<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
Debug<TArgument1, TArgument2, TArgument3>(IFormatProvider, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the debug log.
public void Debug<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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 void Debug<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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 void Debug<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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 void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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 void Debug<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
Error(Exception, Func<string>)
Sends the value provided by the provided delegate, only if Error is enabled.
Parameters
exceptionExceptionA exception to log about.
functionFunc<string>The function to evaluate if Error logging is enabled.
Error(Exception, string?)
Emits a error log message with exception. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Error(Func<string>)
Sends the value provided by the provided delegate, only if Error is enabled.
Parameters
Error(IFormatProvider, string, params object[])
Emits a message using formatting to the error log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Error(string?)
Emits a message to the error log.
Parameters
messagestringA non-localizable message to send to the log.
Error(string, params object[])
Emits a message using formatting to the error log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
ErrorException(Func<string>, Exception)
Sends the value provided by the provided delegate, only if Error is enabled.
Parameters
functionFunc<string>The function to evaluate if Error logging is enabled.
exceptionExceptionA exception to log about.
ErrorException(string?, Exception)
Emits a error log message. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Error<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the error log.
Parameters
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Error<T>(Func<string>)
Sends the value provided by the provided delegate, only if Error is enabled.
Parameters
Type Parameters
TThe calling type.
Error<TArgument>(IFormatProvider, string, TArgument)
Emits a message using formatting to the error log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Error<T>(IFormatProvider, T)
Emits a error log message. This will emit the public contents of the object provided to the log.
Parameters
formatProviderIFormatProvider The format provider to use.
valueTThe value to emit.
Type Parameters
TThe type of object used as the message.
Error<T>(string?)
Emits a message to the error log.
Parameters
messagestringA non-localizable message to send to the log.
Type Parameters
TThe calling type.
Error<T>(string, params object[])
Emits a message using formatting to the error log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Type Parameters
TThe calling type.
Error<TArgument>(string, TArgument)
Emits a message using formatting to the error log.
Parameters
messagestringargsTArgument
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Error<T>(T)
Emits a error log message. This will emit the public contents of the object provided to the log.
Parameters
valueTThe log to emit.
Type Parameters
TThe type of object used as the message.
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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
Error<TArgument1, TArgument2>(IFormatProvider, string, TArgument1, TArgument2)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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 void Error<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
Error<TArgument1, TArgument2, TArgument3>(IFormatProvider, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the error log.
public void Error<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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 void Error<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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 void Error<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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 void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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 void Error<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
Fatal(Exception, Func<string>)
Sends the value provided by the provided delegate, only if Fatal is enabled.
Parameters
exceptionExceptionA exception to log about.
functionFunc<string>The function to evaluate if Fatal logging is enabled.
Fatal(Exception, string?)
Emits a fatal log message with exception. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Fatal(Func<string>)
Sends the value provided by the provided delegate, only if Fatal is enabled.
Parameters
Fatal(IFormatProvider, string, params object[])
Emits a message using formatting to the fatal log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Fatal(string?)
Emits a message to the fatal log.
Parameters
messagestringA non-localizable message to send to the log.
Fatal(string, params object[])
Emits a message using formatting to the fatal log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
FatalException(Func<string>, Exception)
Sends the value provided by the provided delegate, only if Fatal is enabled.
Parameters
functionFunc<string>The function to evaluate if Fatal logging is enabled.
exceptionExceptionA exception to log about.
FatalException(string?, Exception)
Emits a fatal log message. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Fatal<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the fatal log.
Parameters
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Fatal<T>(Func<string>)
Sends the value provided by the provided delegate, only if Fatal is enabled.
Parameters
Type Parameters
TThe calling type.
Fatal<TArgument>(IFormatProvider, string, TArgument)
Emits a message using formatting to the fatal log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Fatal<T>(IFormatProvider, T)
Emits a fatal log message. This will emit the public contents of the object provided to the log.
Parameters
formatProviderIFormatProvider The format provider to use.
valueTThe value to emit.
Type Parameters
TThe type of object used as the message.
Fatal<T>(string?)
Emits a message to the fatal log.
Parameters
messagestringA non-localizable message to send to the log.
Type Parameters
TThe calling type.
Fatal<T>(string, params object[])
Emits a message using formatting to the fatal log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Type Parameters
TThe calling type.
Fatal<TArgument>(string, TArgument)
Emits a message using formatting to the fatal log.
Parameters
messagestringargsTArgument
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Fatal<T>(T)
Emits a fatal log message. This will emit the public contents of the object provided to the log.
Parameters
valueTThe log to emit.
Type Parameters
TThe type of object used as the message.
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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
Fatal<TArgument1, TArgument2>(IFormatProvider, string, TArgument1, TArgument2)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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 void Fatal<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
Fatal<TArgument1, TArgument2, TArgument3>(IFormatProvider, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the fatal log.
public void Fatal<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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 void Fatal<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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 void Fatal<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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 void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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 void Fatal<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
Info(Exception, Func<string>)
Sends the value provided by the provided delegate, only if Info is enabled.
Parameters
exceptionExceptionA exception to log about.
functionFunc<string>The function to evaluate if Info logging is enabled.
Info(Exception, string?)
Emits a info log message with exception. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Info(Func<string>)
Sends the value provided by the provided delegate, only if Info is enabled.
Parameters
Info(IFormatProvider, string, params object[])
Emits a message using formatting to the info log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Info(string?)
Emits a message to the info log.
Parameters
messagestringA non-localizable message to send to the log.
Info(string, params object[])
Emits a message using formatting to the info log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
InfoException(Func<string>, Exception)
Sends the value provided by the provided delegate, only if Info is enabled.
Parameters
functionFunc<string>The function to evaluate if Info logging is enabled.
exceptionExceptionA exception to log about.
InfoException(string?, Exception)
Emits a info log message. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Info<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the info log.
Parameters
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Info<T>(Func<string>)
Sends the value provided by the provided delegate, only if Info is enabled.
Parameters
Type Parameters
TThe calling type.
Info<TArgument>(IFormatProvider, string, TArgument)
Emits a message using formatting to the info log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Info<T>(IFormatProvider, T)
Emits a info log message. This will emit the public contents of the object provided to the log.
Parameters
formatProviderIFormatProvider The format provider to use.
valueTThe value to emit.
Type Parameters
TThe type of object used as the message.
Info<T>(string?)
Emits a message to the info log.
Parameters
messagestringA non-localizable message to send to the log.
Type Parameters
TThe calling type.
Info<T>(string, params object[])
Emits a message using formatting to the info log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Type Parameters
TThe calling type.
Info<TArgument>(string, TArgument)
Emits a message using formatting to the info log.
Parameters
messagestringargsTArgument
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Info<T>(T)
Emits a info log message. This will emit the public contents of the object provided to the log.
Parameters
valueTThe log to emit.
Type Parameters
TThe type of object used as the message.
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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
Info<TArgument1, TArgument2>(IFormatProvider, string, TArgument1, TArgument2)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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 void Info<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
Info<TArgument1, TArgument2, TArgument3>(IFormatProvider, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the info log.
public void Info<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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 void Info<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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 void Info<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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 void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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 void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
Warn(Exception, Func<string>)
Sends the value provided by the provided delegate, only if Warn is enabled.
Parameters
exceptionExceptionA exception to log about.
functionFunc<string>The function to evaluate if Warn logging is enabled.
Warn(Exception, string?)
Emits a warning log message with exception. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Warn(Func<string>)
Sends the value provided by the provided delegate, only if Warn is enabled.
Parameters
Warn(IFormatProvider, string, params object[])
Emits a message using formatting to the warning log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Warn(string?)
Emits a message to the warning log.
Parameters
messagestringA non-localizable message to send to the log.
Warn(string, params object[])
Emits a message using formatting to the warning log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
WarnException(Func<string>, Exception)
Sends the value provided by the provided delegate, only if Warn is enabled.
Parameters
functionFunc<string>The function to evaluate if Warn logging is enabled.
exceptionExceptionA exception to log about.
WarnException(string?, Exception)
Emits a warning log message. This will emit details about a exception. This type of logging is not able to be localized.
Parameters
Warn<TArgument>(Exception, string, TArgument)
Emits a message using formatting to the warning log.
Parameters
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Warn<T>(Func<string>)
Sends the value provided by the provided delegate, only if Warn is enabled.
Parameters
Type Parameters
TThe calling type.
Warn<TArgument>(IFormatProvider, string, TArgument)
Emits a message using formatting to the warning log.
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Warn<T>(IFormatProvider, T)
Emits a warning log message. This will emit the public contents of the object provided to the log.
Parameters
formatProviderIFormatProvider The format provider to use.
valueTThe value to emit.
Type Parameters
TThe type of object used as the message.
Warn<T>(string?)
Emits a message to the warning log.
Parameters
messagestringA non-localizable message to send to the log.
Type Parameters
TThe calling type.
Warn<T>(string, params object[])
Emits a message using formatting to the warning log.
Parameters
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
argsobject[]The arguments for formatting purposes.
Type Parameters
TThe calling type.
Warn<TArgument>(string, TArgument)
Emits a message using formatting to the warning log.
Parameters
messagestringargsTArgument
Type Parameters
TArgumentThe type of the argument which is used in the formatting.
Warn<T>(T)
Emits a warning log message. This will emit the public contents of the object provided to the log.
Parameters
valueTThe log to emit.
Type Parameters
TThe type of object used as the message.
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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
argument10TArgument10The tenth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
TArgument10The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
Warn<TArgument1, TArgument2>(IFormatProvider, string, TArgument1, TArgument2)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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 void Warn<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
Warn<TArgument1, TArgument2, TArgument3>(IFormatProvider, string, TArgument1, TArgument2, TArgument3)
Emits a message using formatting to the warning log.
public void Warn<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
formatProviderIFormatProvider The format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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 void Warn<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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 void Warn<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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 void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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 void Warn<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
Parameters
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The 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
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The 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 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
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.
argument3TArgument3The third argument for formatting purposes.
argument4TArgument4The fourth argument for formatting purposes.
argument5TArgument5The fifth argument for formatting purposes.
argument6TArgument6The sixth argument for formatting purposes.
argument7TArgument7The seventh argument for formatting purposes.
argument8TArgument8The eighth argument for formatting purposes.
argument9TArgument9The ninth argument for formatting purposes.
Type Parameters
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.
TArgument3The type of the third argument which is used in the formatting.
TArgument4The type of the fourth argument which is used in the formatting.
TArgument5The type of the fifth argument which is used in the formatting.
TArgument6The type of the sixth argument which is used in the formatting.
TArgument7The type of the seventh argument which is used in the formatting.
TArgument8The type of the eighth argument which is used in the formatting.
TArgument9The type of the ninth argument which is used in the formatting.
Write(Exception, string, LogLevel)
Writes a message to the target.
Parameters
exceptionExceptionThe exception that occurred.
messagestringThe message to write.
logLevelLogLevel The severity level of the log message.
Write(Exception, string, Type, LogLevel)
Writes a message to the target.
Parameters
exceptionExceptionThe exception that occurred.
messagestringThe message to write.
typeTypeThe type associated with the log message.
logLevelLogLevel The severity level of the log message.
Write(string, LogLevel)
Writes a message to the target.
Parameters
messagestringThe message to write.
logLevelLogLevel The severity level of the log message.
Write(string, Type, LogLevel)
Writes a message to the target.