-
Notifications
You must be signed in to change notification settings - Fork 217
Logging
Guillaume Nodet edited this page Dec 23, 2016
·
3 revisions
JLine uses the java.util.logging
framework for logging.
It uses a single logger named org.jline
and all access to this logger is done through the org.jline.utils.Log
class.
The logging configuration can be done by any usual mechanism, JLine does not do any configuration at all for the logging, so bridges such as the Log4j JDK Logging Adapter or SLF4J JUL Bridge can be freely used to redirect JLine log to the backend of your choice.