ContextualLoggerFactory

public protocol ContextualLoggerFactory : AnyObject

The low level interface for getting a logger.

This is the application-facing interface for logging, which will filter and if necessary prepare log entries for the underlying logging implementation.

Note

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