org.apache.http
Interface ExceptionLogger


public interface ExceptionLogger

Since:
4.4

Field Summary
static ExceptionLogger NO_OP
           
static ExceptionLogger STD_ERR
           
 
Method Summary
 void log(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)


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.