This service is used to log assessment events.
Events are intended for external profiling and monitoring
applications and often follow a strict application-defined
syntax. In contrast,
LoggingService logs are primarily
for human-readable debugging.
EventService clients should always check "isEventEnabled()"
before logging an event, for the same reasons as noted
in the LoggingService.
Events are currently equivalent to using the logging service
with the "EVENT.classname" log category and INFO
log level. For example, if component "org.foo.Bar" emits an
event, it will be logged as category "EVENT.org.foo.Bar" and
level INFO.
See Also: LoggingService |