Constructor FatalLogInterpolatedStringHandler
- Namespace
- WhalesSecret.TradeScriptLib.Logging
- Assembly
- WhalesSecret.TradeScriptLib.dll
FatalLogInterpolatedStringHandler(int, int, WsLogger, out bool)
Creates a new instance of the object.
public FatalLogInterpolatedStringHandler(int literalLength, int formattedCount, WsLogger logger, out bool isEnabled)
Parameters
literalLengthintLength of the interpolated string before expressions are expanded (if any).
The parameter is required to be present in all interpolated string handlers.
formattedCountintNumber of interpolation expressions.
The parameter is required to be present in all interpolated string handlers.
loggerWsLoggerWhale's Secret logger for which the handler processes interpolated strings.
isEnabledboolThis is filled with a boolean value denoting whether the handler is supposed to process interpolated expressions or not.