| Constructor and Description |
|---|
LoggerEntry(String message,
Object[] messageArgs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaller()
Returns the name / identifier of the element that called the Logger method.
|
String |
getMessage()
Returns the message the user wants logged.
|
public LoggerEntry(String message, Object[] messageArgs)
message - The message to log.messageArgs - Values that need to be included in the log message
(through String.format(String, Object...)).public String getCaller()
Entrypublic String getMessage()
EntrygetMessage in interface EntryCopyright © 2015 Cooking Fox. All rights reserved.