public class Netlogger extends AbstractLogFormatter
mProgram, mStack
Constructor and Description |
---|
Netlogger()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
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, add, createEntityHierarchyMessage, createLogMessage, createLogMessageAndReset, getEndEventMessage, getEventName, getProgramName, getStartEventMessage, popEvent, setProgramName
public void addEvent(String name, String entityName, String entityID)
addEvent
in interface LogFormatter
addEvent
in class AbstractLogFormatter
name
- 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.