-
Notifications
You must be signed in to change notification settings - Fork 32
Logging
Giuseppe Barbieri edited this page Feb 16, 2021
·
1 revision
scenery uses slf4j for logging. If you use scenery in your own library and want to see scenery's messages, you need to have a logger (e.g. slf4j-simple
) configured in your project. Check this page on how to do that.
To configure the logging level that scenery uses, set the system property scenery.LogLevel
to info
(default), warn
, debug
or trace
. Be advised that both debug
and trace
produce a lot of output and thereby negatively affect performance.