Skip to content

Support for Logback 1.1 #87

@felixbarny

Description

@felixbarny

Currently, we require Logback 1.2 as the Encoder interface has changed.

https://github.com/qos-ch/logback/blob/v_1.1.0/logback-core/src/main/java/ch/qos/logback/core/encoder/Encoder.java
https://github.com/qos-ch/logback/blob/v_1.2.0/logback-core/src/main/java/ch/qos/logback/core/encoder/Encoder.java

It should be possible to support older versions by implementing the method the 1.1 versions defied, without annotating them with @Override.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions