org.exoplatform.services.log.impl
Class LogServiceImpl

java.lang.Object
  extended by org.exoplatform.services.log.impl.LogServiceImpl
All Implemented Interfaces:
LogService

Deprecated. to instanciate a logger use ExoLogger.getLogger()

public class LogServiceImpl
extends java.lang.Object
implements LogService

Created by the Exo Development team. Author : Mestrallet Benjamin benjmestrallet@users.sourceforge.net Date: 14 nov. 2003 Time: 20:40:57


Field Summary
 
Fields inherited from interface org.exoplatform.services.log.LogService
DEBUG, ERROR, FATAL, INFO, TRACE, WARN
 
Constructor Summary
LogServiceImpl(InitParams params)
          Deprecated.  
 
Method Summary
 java.util.List getErrorBuffer()
          Deprecated.  
 org.apache.commons.logging.Log getLog(java.lang.Class clazz)
          Deprecated.  
 org.apache.commons.logging.Log getLog(java.lang.String name)
          Deprecated.  
 java.util.List getLogBuffer()
          Deprecated.  
 int getLogLevel(java.lang.String name)
          Deprecated.  
 java.util.Collection getLogs()
          Deprecated.  
 void setLogLevel(java.lang.String name, int level, boolean recursive)
          Deprecated.  
 void start()
          Deprecated.  
 void stop()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServiceImpl

public LogServiceImpl(InitParams params)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception
Method Detail

start

public void start()
Deprecated. 

stop

public void stop()
Deprecated. 

getLog

public org.apache.commons.logging.Log getLog(java.lang.String name)
Deprecated. 
Specified by:
getLog in interface LogService
See Also:
ExoLogger.getLogger(String)

getLog

public org.apache.commons.logging.Log getLog(java.lang.Class clazz)
Deprecated. 
Specified by:
getLog in interface LogService
See Also:
ExoLogger.getLogger(Class)

getLogs

public java.util.Collection getLogs()
Deprecated. 
Specified by:
getLogs in interface LogService

getLogLevel

public int getLogLevel(java.lang.String name)
                throws java.lang.Exception
Deprecated. 
Specified by:
getLogLevel in interface LogService
Throws:
java.lang.Exception

setLogLevel

public void setLogLevel(java.lang.String name,
                        int level,
                        boolean recursive)
                 throws java.lang.Exception
Deprecated. 
Specified by:
setLogLevel in interface LogService
Throws:
java.lang.Exception

getLogBuffer

public java.util.List getLogBuffer()
Deprecated. 
Specified by:
getLogBuffer in interface LogService

getErrorBuffer

public java.util.List getErrorBuffer()
Deprecated. 
Specified by:
getErrorBuffer in interface LogService


Copyright © 2010 eXo Platform SAS. All Rights Reserved.