Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SLF4J integration as a new library #26

Merged
merged 2 commits into from Jul 11, 2022
Merged

Add SLF4J integration as a new library #26

merged 2 commits into from Jul 11, 2022

Conversation

saschpe
Copy link
Owner

@saschpe saschpe commented Jul 11, 2022

Forwards log requests to SLF4J, which in turn allows to use Logback as a
backend. This provides rich appenders and output configuration via
logback.xml files. It can replace the default ConsoleLogger on
JVM and Android platforms. To keep things simple, the JavaScript and
Apple platform implementation log to the console.

Forwards log requests to SLF4J, which in turn allows to use Logback as a
backend. This provides rich appenders and output configuration via
`logback.xml` files. It can replace the default `ConsoleLogger` on
JVM and Android platforms. To keep things simple, the JavaScript and
Apple platform implementation log to the console.
Signed-off-by: Sascha Peilicke <sascha@peilicke.de>
@saschpe saschpe added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 11, 2022
@saschpe saschpe self-assigned this Jul 11, 2022
@saschpe saschpe changed the title log4k-slf4j: Add SLF4J integration as a new library Add SLF4J integration as a new library Jul 11, 2022
@saschpe saschpe merged commit 4a9b5cf into master Jul 11, 2022
@saschpe saschpe deleted the slf4j branch July 11, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant