com.evolveum.midpoint.util.logging
Interface Trace

All Superinterfaces:
org.slf4j.Logger
All Known Implementing Classes:
TraceImpl

public interface Trace
extends org.slf4j.Logger

The six logging levels used by Log are (in order): 1. trace (the least serious) 2. debug 3. info 4. warn 5. error 6. fatal (the most serious) The mapping of these log levels to the concepts used by the underlying logging system is implementation dependent. The implemention should ensure, though, that this ordering behaves as expected.

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
$author$

Field Summary
static java.lang.String code_id
           
 
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
 
Method Summary
 
Methods inherited from interface org.slf4j.Logger
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn
 

Field Detail

code_id

static final java.lang.String code_id
See Also:
Constant Field Values


Copyright © 2011 evolveum. All Rights Reserved.