core 0.9-SNAPSHOT API
Package
Description
The reporting package contains classes and interfaces for reporting what an
Actor
does:
Reporter
is the main interface,
LoggingReporter
is the interface for reporters
that generate logs,
Slf4jReporter
is its default implementation,
FileReporter
can be extended to generate report
files.