Skip to content

)} )} )}

NLogLogger.Info(string, TArgument) method

Defined in

Type: NLogLogger Namespace: Splat.NLog Assembly: Splat.NLog.dll

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Overloads

  • 1. public void Info<TArgument>(string message, TArgument args)
  • 2. public void Info<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)
  • 3. public void Info<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
  • 4. public void Info<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
  • 5. public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
  • 6. public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)
  • 7. 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)
  • 8. 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)
  • 9. 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)
  • 10. 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)
  • 11. public void Info<T>(T value)
  • 12. public void Info<T>(IFormatProvider formatProvider, T value)
  • 13. public void Info(Exception exception, string? message)
  • 14. public void Info(Func<string> function)
  • 15. public void Info<T>(Func<string> function)
  • 16. public void Info(Exception exception, Func<string> function)
  • 17. public void Info(IFormatProvider formatProvider, string message, params object[] args)
  • 18. public void Info(string? message)
  • 19. public void Info<T>(string? message)
  • 20. public void Info(string message, params object[] args)
  • 21. public void Info<T>(string message, params object[] args)
  • 22. public void Info<TArgument>(IFormatProvider formatProvider, string message, TArgument argument)
  • 23. public void Info<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)
  • 24. public void Info<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
  • 25. public void Info<TArgument>(Exception exception, string messageFormat, TArgument argument)
  • 26. public void Info<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)
  • 27. public void Info<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)
  • 28. public void Info<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)
  • 29. public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)
  • 30. 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)
  • 31. 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)
  • 32. 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)
  • 33. 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)
  • 34. 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)

1. Overload

public void Info<TArgument>(string message, TArgument args)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgumentThe type of the argument which is used in the formatting.

Parameters

NameTypeDescription
messagestring--
argsTArgument--

2. Overload

public void Info<TArgument1, TArgument2>(string messageFormat, TArgument1 argument1, TArgument2 argument2)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.

Parameters

NameTypeDescription
messageFormatstringThe message format used to emit a message with the type arguments.
argument1TArgument1The first argument for formatting purposes.
argument2TArgument2The second argument for formatting purposes.

3. Overload

public void Info<TArgument1, TArgument2, TArgument3>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

4. Overload

public void Info<TArgument1, TArgument2, TArgument3, TArgument4>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

5. Overload

public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Logs a info message with the provided message format and values.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

6. Overload

public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5, TArgument6>(string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5, TArgument6 argument6)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Logs a info message with the provided message format and values.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

7. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

8. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

9. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

10. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

11. Overload

public void Info<T>(T value)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a info log message. This will emit the public contents of the object provided to the log.

Type parameters

NameDescription
TThe type of object used as the message.

Parameters

NameTypeDescription
valueTThe log to emit.

12. Overload

public void Info<T>(IFormatProvider formatProvider, T value)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a info log message. This will emit the public contents of the object provided to the log.

Type parameters

NameDescription
TThe type of object used as the message.

Parameters

NameTypeDescription
formatProviderIFormatProviderThe format provider to use.
valueTThe value to emit.

13. Overload

public void Info(Exception exception, string? message)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: 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

NameTypeDescription
exceptionExceptionThe exception which to emit in the log.
messagestring?A message to emit.

14. Overload

public void Info(Func<string> function)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Sends the value provided by the provided delegate, only if Info is enabled.

Parameters

NameTypeDescription
functionFuncThe function to evaluate if Info logging is enabled.

15. Overload

public void Info<T>(Func<string> function)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Sends the value provided by the provided delegate, only if Info is enabled.

Type parameters

NameDescription
TThe calling type.

Parameters

NameTypeDescription
functionFuncThe function to evaluate if Info logging is enabled.

16. Overload

public void Info(Exception exception, Func<string> function)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Sends the value provided by the provided delegate, only if Info is enabled.

Parameters

NameTypeDescription
exceptionExceptionA exception to log about.
functionFuncThe function to evaluate if Info logging is enabled.

17. Overload

public void Info(IFormatProvider formatProvider, string message, params object[] args)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Parameters

NameTypeDescription
formatProviderIFormatProviderThe format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
params argsobject[]The arguments for formatting purposes.

18. Overload

public void Info(string? message)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message to the info log.

Parameters

NameTypeDescription
messagestring?A non-localizable message to send to the log.

19. Overload

public void Info<T>(string? message)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message to the info log.

Type parameters

NameDescription
TThe calling type.

Parameters

NameTypeDescription
messagestring?A non-localizable message to send to the log.

20. Overload

public void Info(string message, params object[] args)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Parameters

NameTypeDescription
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
params argsobject[]The arguments for formatting purposes.

21. Overload

public void Info<T>(string message, params object[] args)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TThe calling type.

Parameters

NameTypeDescription
messagestringA non-localizable message to emit to the log which includes the standard formatting tags.
params argsobject[]The arguments for formatting purposes.

22. Overload

public void Info<TArgument>(IFormatProvider formatProvider, string message, TArgument argument)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgumentThe type of the argument which is used in the formatting.

Parameters

NameTypeDescription
formatProviderIFormatProviderThe format provider to use.
messagestringA message to emit to the log which includes the standard formatting tags.
argumentTArgumentThe argument for formatting purposes.

23. Overload

public void Info<TArgument1, TArgument2>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.

Parameters

NameTypeDescription
formatProviderIFormatProviderThe 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.

24. Overload

public void Info<TArgument1, TArgument2, TArgument3>(IFormatProvider formatProvider, string message, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)

View source

Inherited documentation

These docs were inherited from IFullLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
formatProviderIFormatProviderThe 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.

25. Overload

public void Info<TArgument>(Exception exception, string messageFormat, TArgument argument)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgumentThe type of the argument which is used in the formatting.

Parameters

NameTypeDescription
exceptionExceptionThe exception.
messageFormatstringThe message format used to emit a message with the type arguments.
argumentTArgumentThe argument for formatting purposes.

26. Overload

public void Info<TArgument1, TArgument2>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
TArgument1The type of the first argument which is used in the formatting.
TArgument2The type of the second argument which is used in the formatting.

Parameters

NameTypeDescription
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.

27. Overload

public void Info<TArgument1, TArgument2, TArgument3>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

28. Overload

public void Info<TArgument1, TArgument2, TArgument3, TArgument4>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

29. Overload

public void Info<TArgument1, TArgument2, TArgument3, TArgument4, TArgument5>(Exception exception, string messageFormat, TArgument1 argument1, TArgument2 argument2, TArgument3 argument3, TArgument4 argument4, TArgument5 argument5)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Logs a info message with the provided message format and values.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

30. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Logs a info message with the provided message format and values.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

31. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

32. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

33. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.

34. Overload

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)

View source

Inherited documentation

These docs were inherited from IAllocationFreeErrorLogger. The member doesn't override them on this type.

Summary: Emits a message using formatting to the info log.

Type parameters

NameDescription
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.

Parameters

NameTypeDescription
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.