 | NestedDiagnosticsContextGetAllMessages Method (IFormatProvider) |
Gets all messages from the stack, without removing them.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic static string[] GetAllMessages(
IFormatProvider formatProvider
)
Public Shared Function GetAllMessages (
formatProvider As IFormatProvider
) As String()
Parameters
- formatProvider
- Type: SystemIFormatProvider
The IFormatProvider to use when converting a value to a string.
Return Value
Type:
StringArray of strings.
See Also