public interface Logger
Modifier and Type | Field and Description |
---|---|
static int |
LOG_DEBUG |
static int |
LOG_ERROR |
static int |
LOG_INFO |
static int |
LOG_WARNING |
Modifier and Type | Method and Description |
---|---|
void |
log(int level,
String msg) |
void |
log(int level,
String msg,
Throwable throwable) |
static final int LOG_ERROR
static final int LOG_WARNING
static final int LOG_INFO
static final int LOG_DEBUG
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.