pyrasun.eio.util
Interface LogLevel
- public interface LogLevel
Very basic LogLevel system - this is all I really need right now.
LL_TRACE
public static final int LL_TRACE
- See Also:
- Constant Field Values
LL_DEBUG
public static final int LL_DEBUG
- See Also:
- Constant Field Values
LL_INFO
public static final int LL_INFO
- See Also:
- Constant Field Values
LL_WARN
public static final int LL_WARN
- See Also:
- Constant Field Values
LL_ERROR
public static final int LL_ERROR
- See Also:
- Constant Field Values
LL_FATAL
public static final int LL_FATAL
- See Also:
- Constant Field Values
Pyrasun EmberIO