Here you can find the source of ExecptionLog(Logger log, String msg, Throwable e)
static void ExecptionLog(Logger log, String msg, Throwable e)
//package com.java2s; //License from project: Apache License import org.slf4j.Logger; public class Main { static void ExecptionLog(Logger log, String msg, Throwable e) { }/* w w w . jav a2 s .c o m*/ }