public interface ActivityReporter
Modifier and Type | Method and Description |
---|---|
void |
logError(String error)
This method can be used to report error information.
|
void |
logInfo(String info)
This method can be used to report general information.
|
void |
logWarning(String warning)
This method can be used to report warning information.
|
void |
report(ActivityType actType)
This method reports the activity event to the
collector.
|
void |
report(String type,
Map<String,String> props)
This method can be used to report activity information.
|
void logInfo(String info)
info
- The informationvoid logWarning(String warning)
warning
- The warning descriptionvoid logError(String error)
error
- The error descriptionvoid report(String type, Map<String,String> props)
type
- The activity typeprops
- The propertiesvoid report(ActivityType actType)
actType
- The activity typeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.