Package no.nav.common.log
Class MaskedThrowableProxy
- java.lang.Object
-
- no.nav.common.log.MaskedThrowableProxy
-
- All Implemented Interfaces:
ch.qos.logback.classic.spi.IThrowableProxy
public class MaskedThrowableProxy extends Object implements ch.qos.logback.classic.spi.IThrowableProxy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.qos.logback.classic.spi.IThrowableProxygetCause()StringgetClassName()intgetCommonFrames()StringgetMessage()ch.qos.logback.classic.spi.StackTraceElementProxy[]getStackTraceElementProxyArray()ch.qos.logback.classic.spi.IThrowableProxy[]getSuppressed()static ch.qos.logback.classic.spi.IThrowableProxymask(ch.qos.logback.classic.spi.IThrowableProxy throwableProxy)
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfacech.qos.logback.classic.spi.IThrowableProxy
-
getClassName
public String getClassName()
- Specified by:
getClassNamein interfacech.qos.logback.classic.spi.IThrowableProxy
-
getStackTraceElementProxyArray
public ch.qos.logback.classic.spi.StackTraceElementProxy[] getStackTraceElementProxyArray()
- Specified by:
getStackTraceElementProxyArrayin interfacech.qos.logback.classic.spi.IThrowableProxy
-
getCommonFrames
public int getCommonFrames()
- Specified by:
getCommonFramesin interfacech.qos.logback.classic.spi.IThrowableProxy
-
getCause
public ch.qos.logback.classic.spi.IThrowableProxy getCause()
- Specified by:
getCausein interfacech.qos.logback.classic.spi.IThrowableProxy
-
mask
public static ch.qos.logback.classic.spi.IThrowableProxy mask(ch.qos.logback.classic.spi.IThrowableProxy throwableProxy)
-
getSuppressed
public ch.qos.logback.classic.spi.IThrowableProxy[] getSuppressed()
- Specified by:
getSuppressedin interfacech.qos.logback.classic.spi.IThrowableProxy
-
-