Generate Sequence Diagrams From Log Files
Examples  

Product Overview
How Does It Work?
Examples
Features
FAQ
Get a Free Copy
Purchase Product
     Home  |   Service & Support  |   Download  |   News  |   Contact


Examples and Usage

The screenshot below shows a part of a sequence diagram that was generated by LogSequencer based on a log file. The log file itself is a result of the sample aspect logger (shipped with the product) executed with the LogSequencer product itself.

The lines below are a part of the automatically generated log file.

String logSequencer.PropertyReader.getPropertyFromBundle(String) BEGIN
String logSequencer.PropertyReader.getPropertyFromBundle(String) END
String logSequencer.PropertyReader.getStringProperty(String) BEGIN
String logSequencer.PropertyReader.getStringProperty(String) END
String logSequencer.PropertyReader.getStringProperty(String) BEGIN
String logSequencer.PropertyReader.getStringProperty(String) END
void logSequencer.SequenceViewer.vrc(String, String) BEGIN
void logSequencer.SequenceViewer.vrc(String, String) END

Top