skipEnabledCheck property

bool skipEnabledCheck
final

Gets or sets a flag that indicates whether to skip the enabled check for the log level when logging.

Setting this to true improves performance by avoiding the enabled check, but means the delegate will always execute formatting logic even when the log level is disabled.

Implementation

final bool skipEnabledCheck;