Interface IStacktraceAnalyzer


  • public interface IStacktraceAnalyzer
    Allows implement stack trace analyzer's.
    • Method Detail

      • analyze

        void analyze​(String stacktraceText,
                     String stacktraceTitle,
                     String stacktraceDetail)
        Analyses stacktrace text with title and detail information if present.
        Parameters:
        stacktraceText - the stacktrace text, cannot be null
        stacktraceTitle - the stacktrace title, can be null
        stacktraceDetail - the stacktrace detail information, can be null