JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field
|
Constr |
Method
Detail:
Field
|
Constr |
Method
Package
org.apache.http
Interface ExceptionLogger
public interface
ExceptionLogger
Since:
4.4
Field Summary
Fields
Modifier and Type
Field
Description
static final
ExceptionLogger
NO_OP
static final
ExceptionLogger
STD_ERR
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
log
(
Exception
ex)
Field Details
NO_OP
static final
ExceptionLogger
NO_OP
STD_ERR
static final
ExceptionLogger
STD_ERR
Method Details
log
void
log
(
Exception
ex)