Class IThrowableProxyConverter


  • public class IThrowableProxyConverter
    extends Object
    Converter from IThrowableProxy to logfile format(s).
    Since:
    2.0.0
    Author:
    Rutger Lubbers
    • Constructor Detail

      • IThrowableProxyConverter

        public IThrowableProxyConverter()
    • 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.