Table of Contents

Struct FatalLogInterpolatedStringHandler

Namespace
WhalesSecret.TradeScriptLib.Logging
Assembly
WhalesSecret.TradeScriptLib.dll

Interpolated string handler for NLog.LogLevel.Fatal.

public readonly ref struct FatalLogInterpolatedStringHandler
Inherited Members

Constructors

FatalLogInterpolatedStringHandler(int, int, WsLogger, out bool)

Creates a new instance of the object.

Methods

AppendFormatted<T>(T)

Appends a string representation of the given object's instance.

AppendFormatted<T>(T, string?)

Appends a string representation of the given object's instance.

AppendLiteral(string)

Appends a string literal.

GetFormattedText()

Gets a string corresponding to the interpolated string being processed.

See Also