Package | Description |
---|---|
net.sourceforge.anotherfsm |
AnotherFSM is yet another implementation of state machines,
a library for Java programming language.
|
net.sourceforge.anotherfsm.examples.loggerinjection |
Example to show how to inject unsupported logger to AnotherFSM.
|
net.sourceforge.anotherfsm.logger |
Generalized logging, whatever backend can be injected.
|
Modifier and Type | Field and Description |
---|---|
private static FsmLoggerFactory |
AnotherFsm.loggerFactory
The factory of loggers.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnotherFsm.setLoggerFactory(FsmLoggerFactory factory)
Define a logger factory that will be used to create loggers.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4jLoggerFactory
Factory for wrapper of log4j's logger.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLoggerFactory
Factory of loggers that pass the messages to standard output and standard
error streams.
|
class |
JavaLoggerFactory
Factory of logger that uses Java logging API.
|
class |
NoLoggerFactory
Factory of empty logger.
|
class |
StdStreamLoggerFactory
Factory of loggers that log to standard output and standard error streams.
|
Copyright 2013 Michal Turek, AnotherFSM.