public class Netlogger extends AbstractLogFormatter
mProgram, mStack| Constructor and Description |
|---|
Netlogger()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> map)
Adds the event that is to be associated with the log messages onto an
internal stack
|
void |
addEvent(java.lang.String name,
java.lang.String entityName,
java.lang.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, setProgramNamepublic void addEvent(java.lang.String name,
java.lang.String entityName,
java.lang.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.public void addEvent(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> map)
name - the name of the event to be associatedmap - Map indexed by entity name . The values is corresponding
EntityID