Interface IStacktraceAnalyzer
- All Known Implementing Classes:
StacktraceAnalyzer
public interface IStacktraceAnalyzer
Allows implement stack trace analyzer's.
-
Method Summary
-
Method Details
-
analyze
Analyses stacktrace text with title and detail information if present.- Parameters:
stacktraceText
- the stacktrace text, cannot benull
stacktraceTitle
- the stacktrace title, can benull
stacktraceDetail
- the stacktrace detail information, can benull
-