| Modifier and Type | Method and Description |
|---|---|
void |
CommandLoggerAware.addCommandLogger(CommandLogger<S> logger)
Add a command logger.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CombinedLogger<S extends State>
Combines multiple loggers into one interface.
|
interface |
LoggerCollection<S extends State>
Combines a multitude of logger interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandBus.addCommandLogger(CommandLogger<S> logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
LaPasseFacade.addCommandLogger(CommandLogger<S> logger) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLogger<S extends State>
Implementation of multiple logger interfaces.
|
class |
LaPasseLoggers<S extends State>
Helper class for all LaPasse loggers.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<CommandLogger<S>> |
LaPasseLoggers.commandLoggers
Set of unique command logger instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaPasseLoggers.addCommandLogger(CommandLogger<S> logger) |
Copyright © 2016 Cooking Fox. All rights reserved.