public interface ActivityUnitLogger
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the activity logger.
|
void |
init()
This method initializes the activity logger.
|
void |
log(ActivityUnit act)
This method records the supplied activity event.
|
void init()
void log(ActivityUnit act)
act
- The activity eventvoid close()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.