class org.apache.http.ExceptionLogger$2 extends java.lang.Object implements org.apache.http.ExceptionLogger
{
void <init>()
{
org.apache.http.ExceptionLogger$2 v;
v := @this: org.apache.http.ExceptionLogger$2;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public void log(java.lang.Exception)
{
org.apache.http.ExceptionLogger$2 v;
java.lang.Exception v;
v := @this: org.apache.http.ExceptionLogger$2;
v := @parameter: java.lang.Exception;
virtualinvoke v.<java.lang.Exception: void printStackTrace()>();
return;
}
}