Skip to content

[0.16.0] Logging.logToDebug no longer works #262

Description

@boris-petrov

Describe the bug

Logging.logToDebug(Logging.Severity.ERROR);

This code no longer works - that is, I get tons of output from the library. 0.14.0 worked fine.

Logging.addLogSink(Logging.Severity.VERBOSE, (_, _) -> {});

This also doesn't work.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions