@Deprecated public interface Logger
| Modifier and Type | Method and Description | 
|---|---|
void | 
debug(String msg,
     Object... args)
Deprecated.  
  | 
void | 
debug(String msg,
     String... args)
Deprecated.  
  | 
void | 
debug(String msg,
     Throwable ex,
     String... args)
Deprecated.  
  | 
void | 
error(String msg,
     Object... args)
Deprecated.  
  | 
void | 
error(String msg,
     String... args)
Deprecated.  
  | 
void | 
error(String msg,
     Throwable ex,
     String... args)
Deprecated.  
  | 
void | 
fatal(String msg,
     String... args)
Deprecated.  
  | 
void | 
fatal(String msg,
     Throwable ex,
     String... args)
Deprecated.  
  | 
void | 
info(String msg,
    String... args)
Deprecated.  
  | 
void | 
info(String msg,
    Throwable ex,
    String... args)
Deprecated.  
  | 
boolean | 
isDebugEnabled()
Deprecated.  
  | 
boolean | 
isErrorEnabled()
Deprecated.  
  | 
boolean | 
isFatalEnabled()
Deprecated.  
  | 
boolean | 
isInfoEnabled()
Deprecated.  
  | 
boolean | 
isTraceEnabled()
Deprecated.  
  | 
boolean | 
isWarnEnabled()
Deprecated.  
  | 
void | 
trace(String msg,
     Object... args)
Deprecated.  
  | 
void | 
trace(String msg,
     String... args)
Deprecated.  
  | 
void | 
trace(String msg,
     Throwable ex,
     String... args)
Deprecated.  
  | 
void | 
warn(String msg,
    Object... args)
Deprecated.  
  | 
void | 
warn(String msg,
    String... args)
Deprecated.  
  | 
void | 
warn(String msg,
    Throwable ex,
    String... args)
Deprecated.  
  | 
boolean isTraceEnabled()
boolean isDebugEnabled()
boolean isInfoEnabled()
boolean isWarnEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.