Logger to configure
an instance of an class iterator for Config
name of this logger
delegate which returns appender instances to write to a file
Delegate which returns an Appender suitable to use as console appender. Might not be called if console writing is disabled.
true if a console appender should be added (by calling console_enabled).
true if a syslog appender should be added.
A delegate that returns a Layout instance from a name, or throws on error. By default, wraps ocean.util.log.Config.newLayout.
Sets up logging configuration. Calls the provided file_appender delegate once per log being configured and passes the returned appender to the log's add() method.