Class ErrorReporter

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
com.internetitem.logback.elasticsearch.util.ErrorReporter
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware

public class ErrorReporter
extends ch.qos.logback.core.spi.ContextAwareBase
  • Field Summary

    Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

    context
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorReporter​(Settings settings, ch.qos.logback.core.Context context)  
  • Method Summary

    Modifier and Type Method Description
    void logError​(String message, Throwable e)  
    void logInfo​(String message)  
    void logWarning​(String message)  

    Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

    addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait