org.exoplatform.services.log
Interface LogService

All Known Implementing Classes:
LogServiceImpl

Deprecated. use commons-logging through ExoLogger instead of LogService

public interface LogService

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


Field Summary
static int DEBUG
          Deprecated.  
static int ERROR
          Deprecated.  
static int FATAL
          Deprecated.  
static int INFO
          Deprecated.  
static int TRACE
          Deprecated.  
static int WARN
          Deprecated.  
 
Method Summary
 java.util.List getErrorBuffer()
          Deprecated.  
 org.apache.commons.logging.Log getLog(java.lang.Class clazz)
          Deprecated. use ExoLogger
 org.apache.commons.logging.Log getLog(java.lang.String name)
          Deprecated. use ExoLogger
 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.  
 

Field Detail

FATAL

static final int FATAL
Deprecated. 
See Also:
Constant Field Values

ERROR

static final int ERROR
Deprecated. 
See Also:
Constant Field Values

WARN

static final int WARN
Deprecated. 
See Also:
Constant Field Values

INFO

static final int INFO
Deprecated. 
See Also:
Constant Field Values

DEBUG

static final int DEBUG
Deprecated. 
See Also:
Constant Field Values

TRACE

static final int TRACE
Deprecated. 
See Also:
Constant Field Values
Method Detail

getLog

org.apache.commons.logging.Log getLog(java.lang.Class clazz)
Deprecated. use ExoLogger

See Also:
ExoLogger.getLogger(Class)

getLog

org.apache.commons.logging.Log getLog(java.lang.String name)
Deprecated. use ExoLogger

See Also:
ExoLogger.getLogger(String)

getLogs

java.util.Collection getLogs()
Deprecated. 

getLogLevel

int getLogLevel(java.lang.String name)
                throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

setLogLevel

void setLogLevel(java.lang.String name,
                 int level,
                 boolean recursive)
                 throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

getLogBuffer

java.util.List getLogBuffer()
Deprecated. 

getErrorBuffer

java.util.List getErrorBuffer()
Deprecated. 


Copyright © 2012 eXo Platform SAS. All Rights Reserved.