
fty-gui.nifty-examples.1.4.2.source-code.logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nifty-examples Show documentation
Show all versions of nifty-examples Show documentation
Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.
handlers = java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = de.lessvoid.nifty.examples.LoggerShortFormat
# you can change this to ALL to see all logging
#de.lessvoid.level = WARNING
# some common used loggers to debug
#de.lessvoid.nifty.Nifty.level = FINE
#de.lessvoid.nifty.screen.Screen.level = FINE
#de.lessvoid.nifty.controls.FocusHandler.level = FINE
# set to FINE to log the time the NiftyImagerManager spents in uploading and unloading images
#de.lessvoid.nifty.render.NiftyImageManager.level = FINE
# set to FINER to watch the NiftyImagerManager manages image resource
#de.lessvoid.nifty.render.NiftyImageManager.level = FINER
# set both to FINER to watch the BatchRenderImage upload state changes
#de.lessvoid.nifty.batch.BatchRenderImage.level = FINER
#de.lessvoid.nifty.render.NiftyImageManagerExtBatch.level = FINER
© 2015 - 2025 Weber Informatics LLC | Privacy Policy