Class ConfigurationHelper

java.lang.Object
org.glassfish.main.jul.cfg.ConfigurationHelper
Direct Known Subclasses:
FormatterConfigurationHelper, HandlerConfigurationHelper

public class ConfigurationHelper extends Object
This is a tool to help with parsing the logging.properties file to configure JUL business objects.

It respects JUL configuration standards, so ie. each formatter knows best how to configure itself, but still can use this helper to parse properties directly to objects instead of plain strings. Helper also supports custom error handlers.

Author:
David Matejcek