public class AnotherFsm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION
The version of the library.
|
Constructor and Description |
---|
AnotherFsm() |
Modifier and Type | Method and Description |
---|---|
static FsmLogger |
getLogger(java.lang.Class<?> clazz)
Get logger for a specific class.
|
static FsmLogger |
getLogger(java.lang.Class<?> clazz,
java.lang.String instance)
Get logger for a specific class and instance.
|
static FsmLogger |
getLogger(java.lang.String name)
Get logger for a specific logger with name.
|
static void |
setLoggerFactory(FsmLoggerFactory factory)
Define a logger factory that will be used to create loggers.
|
public static final java.lang.String VERSION
public static void setLoggerFactory(FsmLoggerFactory factory)
factory
- the logger factory that will be used for creating loggerspublic static FsmLogger getLogger(java.lang.Class<?> clazz)
clazz
- the classpublic static FsmLogger getLogger(java.lang.Class<?> clazz, java.lang.String instance)
clazz
- the classinstance
- the class instancepublic static FsmLogger getLogger(java.lang.String name)
name
- the logger nameCopyright 2012-2013 Michal Turek, AnotherFSM.