Skip to content
Discussion options

You must be logged in to vote

Smile leverages SLF4J for logging so that the user can use a variety of logging libraries per their own preference. The above warning is not fatal. Basically, it says that no log messages will be printed as no logging provider is available. If you would like to see Smile's log message, you can add slf4j-simple to your project. It will simply print out the log messages on the console. For more advanced use cases and controls, you may use logback or log4j. See this tutorial for more information.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sjlillian
Comment options

Answer selected by sjlillian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants