Constructor CustomLogger
CustomLogger(string, Func<bool>)
Initializes a new instance of the CustomLogger class with the specified category name and enabled state.
public CustomLogger(string categoryName, Func<bool> isEnabled)
Initializes a new instance of the CustomLogger class with the specified category name and enabled state.
public CustomLogger(string categoryName, Func<bool> isEnabled)