Package org.apache.http
Interface ExceptionLogger
-
public interface ExceptionLogger- Since:
- 4.4
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionLoggerNO_OPstatic ExceptionLoggerSTD_ERR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(Exception ex)
-
-
-
Field Detail
-
NO_OP
static final ExceptionLogger NO_OP
-
STD_ERR
static final ExceptionLogger STD_ERR
-
-
Method Detail
-
log
void log(Exception ex)
-
-