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