Skip to content

Replace uses of java.logging with system.logging #1116

Open
@Sineaggi

Description

@Sineaggi

In java 9+, java.util.logging was made it's own module. To simplify our dependency graph, we could replace uses of java.util.logging.Logger with java.lang.System.Logger.

This logger will fall back to java.util.logger if that module is on the runtime module-path, otherwise users can provide their own implementation such as slf4j or log4j

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