Version 4.10.0

hirondelle.web4j.webmaster
Class LoggingConfigImpl

Object
  extended by hirondelle.web4j.webmaster.LoggingConfigImpl
All Implemented Interfaces:
LoggingConfig

public final class LoggingConfigImpl
extends Object
implements LoggingConfig

Default implementation of LoggingConfig, to set up simple logging.

This implementation uses JDK logging, and appends logging output to a single file, with no size limit on the file. It uses two settings in web.xml:


Constructor Summary
LoggingConfigImpl()
           
 
Method Summary
 void setup(Map<String,String> aConfig)
          See class comment.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingConfigImpl

public LoggingConfigImpl()
Method Detail

setup

public void setup(Map<String,String> aConfig)
           throws AppException
See class comment.

Specified by:
setup in interface LoggingConfig
Parameters:
aConfig - - in a servlet environment, this map will hold the init-param items for the servlet, as stated in web.xml.
Throws:
AppException

Version 4.10.0

Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.