DefaultLoggerFactory

public class DefaultLoggerFactory : ContextualLoggerFactory, DebugReportable

The default Focus-aware filtering logger factory.

This creates contextual loggers that support Focus to restrict logging to specific features at runtime.

Note that Flint supports log levels per topic path (e.g. by Feature) even without setting one or more focused features.

This means you can run all your subsystems at info level but turn your app loggic to debug for example.