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 benullstacktraceTitle- the stacktrace title, can benullstacktraceDetail- the stacktrace detail information, can benull
-