Python scripting OLP Core - Operators

OlpCorePythonLogOperator

Previous  Chapter  Next

 

Methods

 

LogDebug(msg: string)

 

 

o

msg

debug message to output

 

Log a debug message.

 


 

LogInfo(msg: string)

 

 

o

msg

info message to output

 

Log an info message.

 


 

LogWarn(msg: string)

 

 

o

msg

wranning message to output

 

Log a warnning message.

 


 

LogFatal(msg: string)

 

 

o

msg

fatal message to output

 

Log an fatal message.

 


 

FeedbackOK(msg: string)

 

 

o

msg

info message to output

 

Log an info feedback.

 


 

FeedbackWarning(msg: string)

 

 

o

msg

warning message to output

 

Log a warning feedback.

 


 

FeedbackError(msg: string)

 

 

o

msg

error message to output.

.

Log an error feedback.

 


 


Previous
Previous page
Chapter
Chapter page
Next
Next page