Table of Contents

Struct InfoLogInterpolatedStringHandler

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

Interpolated string handler for NLog.LogLevel.Info.

public readonly ref struct InfoLogInterpolatedStringHandler
Inherited Members

Constructors

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