/// A filter that uses a callback function to determine whether a log record should pass.
/// A filter that determines whether a log record should be processed.
/// A filter that only passes log records when the application is not in debug mode.
;
/// A filter that only passes log records when the application is in debug mode.
;