All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fty-gui.nifty-examples.1.4.2.source-code.logging.properties Maven / Gradle / Ivy

Go to download

Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.

There is a newer version: 1.4.3
Show newest version
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