BepInExErrorLogInterpolatedStringHandler Class
Definition
Section titled “Definition”Interpolated string handler for BepInEx Logger. This allows to conditionally skip logging certain messages and speed up logging in certain places.
public class BepInExErrorLogInterpolatedStringHandler : BepInExLogInterpolatedStringHandlerInheritance object → BepInExLogInterpolatedStringHandler
Remarks
Section titled “Remarks”The class isn’t meant to be constructed manually. Instead, use BepInEx.Logging.ManualLogSource.Log(BepInEx.Logging.LogLevel%2cBepInEx.Core.Logging.Interpolation.BepInExLogInterpolatedStringHandler) with string interpolation.
Constructors
Section titled “Constructors”BepInExErrorLogInterpolatedStringHandler(int, int, out bool)
Section titled “BepInExErrorLogInterpolatedStringHandler(int, int, out bool)”public BepInExErrorLogInterpolatedStringHandler(int literalLength, int formattedCount, out bool isEnabled)Parameters
Section titled “Parameters”literalLength int
formattedCount int
isEnabled bool