Class IThrowableProxyConverter
- java.lang.Object
-
- org.hawaiiframework.logging.logback.IThrowableProxyConverter
-
public class IThrowableProxyConverter extends Object
Converter from IThrowableProxy to logfile format(s).- Since:
- 2.0.0
- Author:
- Rutger Lubbers
-
-
Constructor Summary
Constructors Constructor Description IThrowableProxyConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
convert(ch.qos.logback.classic.spi.IThrowableProxy throwableProxy)
Converts an IThrowableProxy to a formatted String value.
-
-
-
Method Detail
-
convert
public String convert(ch.qos.logback.classic.spi.IThrowableProxy throwableProxy)
Converts an IThrowableProxy to a formatted String value.- Parameters:
throwableProxy
- the non null value for throwable.- Returns:
- a formatted String with the exception message, the classname and the stacktrace.
-
-