Core Log Operator
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonLogOperator |
| Module | cenpyolpcore.OlpCorePythonLogOperator |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 8 |
Method Index
| Method | Returns | Summary |
|---|---|---|
LogDebug | — | Log a debug message. |
LogInfo | — | Log an info message. |
LogWarn | — | Log a warning message. |
LogError | — | Log a error message. |
LogFatal | — | Log a fatal message. |
FeedbackOK | — | Log a info feedback. |
FeedbackWarning | — | Log a warning feedback. |
FeedbackError | — | Log a error feedback. |
Utilities
LogDebug
def LogDebug(msg: str)Log a debug message.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | debug message to output. |
LogInfo
def LogInfo(msg: str)Log an info message.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | info message to output. |
LogWarn
def LogWarn(msg: str)Log a warning message.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | warning message to output. |
LogError
def LogError(msg: str)Log a error message.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | error message to output. |
LogFatal
def LogFatal(msg: str)Log a fatal message.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | fatal message to output. |
FeedbackOK
def FeedbackOK(msg: str)Log a info feedback.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | info message to output. |
FeedbackWarning
def FeedbackWarning(msg: str)Log a warning feedback.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | warning message to output. |
FeedbackError
def FeedbackError(msg: str)Log a error feedback.
Parameters:
| Name | Type | Description |
|---|---|---|
msg | str | error message to output. |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?