JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.http
ExceptionLogger
Contents
Description
Field Summary
Method Summary
Field Details
NO_OP
STD_ERR
Method Details
log(Exception)
Hide sidebar
Show sidebar
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)