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 environmentDetail) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName(ch.qos.logback.classic.spi.ILoggingEvent event) |
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 environmentDetail)
public Throwable getThrowable(ch.qos.logback.classic.spi.ILoggingEvent event)
getThrowable in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>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>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>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>public String getClassName(ch.qos.logback.classic.spi.ILoggingEvent event)
getClassName in interface com.stackify.api.common.log.EventAdapter<ch.qos.logback.classic.spi.ILoggingEvent>Copyright © 2022 Stackify, LLC. All rights reserved.