com.stackify.log.logback
public class ILoggingEventAdapter extends Object implements com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>
| Constructor and Description |
|---|
ILoggingEventAdapter(com.stackify.api.EnvironmentDetail envDetail)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.stackify.api.LogMsg |
getLogMsg(ch.qos.logback.classic.spi.ILoggingEvent event,
com.stackify.api.StackifyError error) |
com.stackify.api.StackifyError |
getStackifyError(ch.qos.logback.classic.spi.ILoggingEvent event,
Throwable exception) |
Throwable |
getThrowable(ch.qos.logback.classic.spi.ILoggingEvent event) |
boolean |
isErrorLevel(ch.qos.logback.classic.spi.ILoggingEvent event) |
public ILoggingEventAdapter(com.stackify.api.EnvironmentDetail envDetail)
envDetail - Environment detailpublic Throwable getThrowable(ch.qos.logback.classic.spi.ILoggingEvent event)
getThrowable in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>EventAdapter.getThrowable(java.lang.Object)public com.stackify.api.StackifyError getStackifyError(ch.qos.logback.classic.spi.ILoggingEvent event,
Throwable exception)
getStackifyError in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>EventAdapter.getStackifyError(java.lang.Object, java.lang.Throwable)public com.stackify.api.LogMsg getLogMsg(ch.qos.logback.classic.spi.ILoggingEvent event,
com.stackify.api.StackifyError error)
getLogMsg in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>com.stackify.api.common.log.EventAdapter#getLogMsg(java.lang.Object, com.google.common.base.Optional)public boolean isErrorLevel(ch.qos.logback.classic.spi.ILoggingEvent event)
isErrorLevel in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>EventAdapter.isErrorLevel(java.lang.Object)Copyright © 2015 Stackify, LLC. All Rights Reserved.