Struct DebugLogInterpolatedStringHandler
- Namespace
- WhalesSecret.TradeScriptLib.Logging
- Assembly
- WhalesSecret.TradeScriptLib.dll
Interpolated string handler for NLog.LogLevel.Debug.
public readonly ref struct DebugLogInterpolatedStringHandler
- Inherited Members
Constructors
- DebugLogInterpolatedStringHandler(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.