You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
Michael Ekstrand edited this page Nov 8, 2013
·
2 revisions
LensKit and Grapht use SLF4J throughout for their logging, and can
log rather verbosely. LensKit's binary packages and command-line
scripts use Logback as underlying logging service, while the Maven
plugin installs a shim that implements the SLF4J APIs in terms of the
Maven logger.
Some Guava code logs errors to the logging facilities in
java.util.logging. Therefore, if you are building an application
with LensKit and using a SLF4J other than slf4j-jdk14 (and we really
don't recommend using the JDK14 implementation), you probably want to
configure jul-to-slf4j, as documented here.