Java slf4j Logger ExecptionLog(Logger log, String msg, Throwable e)

Here you can find the source of ExecptionLog(Logger log, String msg, Throwable e)

Description

Execption Log

License

Apache License

Declaration

static void ExecptionLog(Logger log, String msg, Throwable e) 

Method Source Code


//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*/
}

Related

  1. error(final BundleContext b, final String msg, final Throwable t)
  2. error(Logger log, String fmt, String... args)
  3. error(Logger logger, Exception e)
  4. error(String errorMessage, Throwable e)
  5. error(String msg, Throwable e)
  6. extractValue(String var)
  7. findMarker(Marker marker, String name)
  8. format(final String pattern, final @Nullable Object... arguments)
  9. format(String format, Object... args)