Table of Contents

Constructor DebugLogInterpolatedStringHandler

Namespace
MonoMod.Logs
Assembly
MonoMod.Utils.dll

DebugLogInterpolatedStringHandler(int, int, bool, bool, out bool)

public DebugLogInterpolatedStringHandler(int literalLength, int formattedCount, bool enabled, bool recordHoles, out bool isEnabled)

Parameters

literalLength int
formattedCount int
enabled bool
recordHoles bool
isEnabled bool

DebugLogInterpolatedStringHandler(int, int, out bool)

public DebugLogInterpolatedStringHandler(int literalLength, int formattedCount, out bool isEnabled)

Parameters

literalLength int
formattedCount int
isEnabled bool

DebugLogInterpolatedStringHandler(int, int, LogLevel, out bool)

public DebugLogInterpolatedStringHandler(int literalLength, int formattedCount, LogLevel level, out bool isEnabled)

Parameters

literalLength int
formattedCount int
level LogLevel
isEnabled bool