@Deprecated
public interface WorkflowLog
The following features are supported:
RuntimePackage.getWorkflowLog()| Modifier and Type | Method and Description |
|---|---|
|
getDebugs()
Deprecated.
Returns the value of the 'Debugs' containment reference list.
|
FeatureMap |
getEntries()
Deprecated.
Returns the value of the 'Entries' attribute list.
|
|
getErrors()
Deprecated.
Returns the value of the 'Errors' containment reference list.
|
|
getInfos()
Deprecated.
Returns the value of the 'Infos' containment reference list.
|
WorkflowLogEntryType |
getLogLevel()
Deprecated.
Returns the value of the 'Log Level' attribute.
|
|
getWarnings()
Deprecated.
Returns the value of the 'Warnings' containment reference list.
|
void |
logDebug(java.lang.String message)
Deprecated.
|
void |
logError(java.lang.String message)
Deprecated.
|
void |
logInfo(java.lang.String message)
Deprecated.
|
void |
logWarning(java.lang.String message)
Deprecated.
|
void |
setLogLevel(WorkflowLogEntryType value)
Deprecated.
Sets the value of the '
Log Level' attribute. |
FeatureMap getEntries()
org.eclipse.emf.ecore.util.FeatureMap.Entry.
If the meaning of the 'Entries' attribute list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowLog_Entries()getErrors()
WorkflowLogEntry.
If the meaning of the 'Errors' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowLog_Errors()getWarnings()
WorkflowLogEntry.
If the meaning of the 'Warnings' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowLog_Warnings()getInfos()
WorkflowLogEntry.
If the meaning of the 'Infos' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowLog_Infos()getDebugs()
WorkflowLogEntry.
If the meaning of the 'Debugs' containment reference list isn't clear, there really should be more of a description here...
RuntimePackage.getWorkflowLog_Debugs()WorkflowLogEntryType getLogLevel()
WorkflowLogEntryType.
If the meaning of the 'Log Level' attribute isn't clear, there really should be more of a description here...
WorkflowLogEntryType,
setLogLevel(WorkflowLogEntryType),
RuntimePackage.getWorkflowLog_LogLevel()void setLogLevel(WorkflowLogEntryType value)
Log Level' attribute.
value - the new value of the 'Log Level' attribute.WorkflowLogEntryType,
getLogLevel()void logError(java.lang.String message)
void logWarning(java.lang.String message)
void logInfo(java.lang.String message)
void logDebug(java.lang.String message)