Table of Contents

Struct ErrorLogInterpolatedStringHandler

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

Interpolated string handler for NLog.LogLevel.Error.

public readonly ref struct ErrorLogInterpolatedStringHandler
Inherited Members

Constructors

ErrorLogInterpolatedStringHandler(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