public final class LogMessageFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static LogMessageFactory |
INSTANCE
The factory INSTANCE.
|
| Modifier and Type | Method and Description |
|---|---|
LogMessage |
createLogMessage(String message,
String author)
Creates a new log message with the specified message and author.
|
public static final LogMessageFactory INSTANCE
public LogMessage createLogMessage(String message, String author)
message - the messageauthor - the authorCopyright © 2017. All rights reserved.