public interface Log
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG
The Log Level DEBUG.
|
static int |
ERROR
The Log Level ERROR.
|
static int |
INFO
The Log Level INFO.
|
static int |
WARNING
The Log Level WARNING.
|
Modifier and Type | Method and Description |
---|---|
void |
log(int level,
java.lang.String msg) |
void |
log(int level,
java.lang.String msg,
java.lang.Throwable exception) |
static final int ERROR
static final int WARNING
static final int INFO
static final int DEBUG
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.