Interface FluentLogger2.Api

  • All Superinterfaces:
    FloggerApi<FluentLogger2.Api>
    Enclosing class:
    FluentLogger2

    public static interface FluentLogger2.Api
    extends FloggerApi<FluentLogger2.Api>
    The non-wildcard, fully specified, logging API for this logger. Fluent logger implementations should specify a non-wildcard API like this with which to generify the abstract logger.

    It is possible to add methods to this logger-specific API directly, but it is recommended that a separate top-level API and LogContext is created, allowing it to be shared by other implementations.