org.moremotion.log
Class LoggerConfig

java.lang.Object
  extended by org.moremotion.config.Config
      extended by org.moremotion.log.LoggerConfig

public class LoggerConfig
extends Config

MoreMotion Logger Configuration

Version:
$Id: LoggerConfig.java 340 2009-03-20 16:28:41Z erkan $

Constructor Summary
LoggerConfig()
           
LoggerConfig(ConfigUnit unit)
           
 
Method Summary
 java.lang.String getClassName()
          Returns the name of the responsible logger class that implements DataService interface
 java.lang.String getLogFileName(MoreMotionRequest request)
           
 java.lang.String getLogPattern(MoreMotionRequest request)
           
 char getScope()
          Returns the scope of the logger
 
Methods inherited from class org.moremotion.config.Config
getConfigUnit, getDataObject, getName, getParameter, getParameters, getType, setDataObject, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConfig

public LoggerConfig(ConfigUnit unit)
             throws ConfigurationException
Throws:
ConfigurationException

LoggerConfig

public LoggerConfig()
             throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getClassName

public java.lang.String getClassName()
Returns the name of the responsible logger class that implements DataService interface


getScope

public char getScope()
Returns the scope of the logger


getLogPattern

public java.lang.String getLogPattern(MoreMotionRequest request)
                               throws ConfigParameterException
Throws:
ConfigParameterException

getLogFileName

public java.lang.String getLogFileName(MoreMotionRequest request)
                                throws ConfigParameterException
Throws:
ConfigParameterException


Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.