See: Description
Interface | Description |
---|---|
FsmLogger |
Interface of a logger.
|
FsmLoggerFactory |
Factory of loggers.
|
Class | Description |
---|---|
BasicLogger |
Logger that passes the messages to the standard output and standard error
streams.
|
BasicLoggerFactory |
Factory of loggers that pass the messages to standard output and standard
error streams.
|
JavaLogger |
Logger that uses Java logging API.
|
JavaLoggerFactory |
Factory of logger that uses Java logging API.
|
NoLogger |
Logger implementation that logs nothing.
|
NoLoggerFactory |
Factory of empty logger.
|
StdStreamLogger |
Logger that logs to the standard output and standard error streams.
|
StdStreamLoggerFactory |
Factory of loggers that log to standard output and standard error streams.
|
AnotherFsm.setLoggerFactory(FsmLoggerFactory)
,
FsmLogger
,
FsmLoggerFactory
Copyright 2013 Michal Turek, AnotherFSM.