Methods
•LogDebug(msg: string)
o
msg
debug message to output
Log a debug message.
•LogInfo(msg: string)
info message to output
Log an info message.
•LogWarn(msg: string)
wranning message to output
Log a warnning message.
•LogFatal(msg: string)
fatal message to output
Log an fatal message.
•FeedbackOK(msg: string)
Log an info feedback.
•FeedbackWarning(msg: string)
warning message to output
Log a warning feedback.
•FeedbackError(msg: string)
error message to output.
.
Log an error feedback.