@ProviderType
public interface Logger
Modifier and Type | Field and Description |
---|---|
static String |
ROOT_LOGGER_NAME |
Modifier and Type | Method and Description |
---|---|
void |
debug(String message) |
void |
debug(String format,
Object arg) |
void |
error(String message) |
void |
error(String format,
Object arg) |
void |
info(String message) |
void |
info(String format,
Object arg) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String message) |
void |
warn(String format,
Object arg) |
static final String ROOT_LOGGER_NAME
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.