edu.isi.pegasus.common.logging.format
public class Simple extends AbstractLogFormatter
mProgram, mStack| Constructor and Description |
|---|
Simple()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LogFormatter |
add(String value)
Add to the log message with just a value.
|
void |
addEvent(String name,
Map<String,String> map)
Adds the event that is to be associated with the log messages onto an
internal stack
|
void |
addEvent(String name,
String entityName,
String entityID)
Adds the event that is to be associated with the log messages onto an
internal stack
|
add, createEntityHierarchyMessage, createLogMessage, createLogMessageAndReset, getEndEventMessage, getEventName, getProgramName, getStartEventMessage, popEvent, setProgramNamepublic LogFormatter add(String value)
add in interface LogFormatteradd in class AbstractLogFormattervalue - public void addEvent(String name, String entityName, String entityID)
addEvent in interface LogFormatteraddEvent in class AbstractLogFormattername - the name of the event to be associatedentityName - the primary entity that is associated with the event e.g. workflowentityID - the id of that entity.