Skip to content

Latest commit

 

History

History
49 lines (16 loc) · 911 Bytes

Console_API.md

File metadata and controls

49 lines (16 loc) · 911 Bytes

Console API

FreeCAD Console

GetStatus

Get the status for either Log, Msg, Wrn or Error for an observer

PrintError

PrintError(string) -- Print an error message to the output

PrintLog

PrintLog(string) -- Print a log message to the output

PrintMessage

PrintMessage(string) -- Print a message to the output

PrintWarning

PrintWarning -- Print a warning to the output

SetStatus

Set the status for either Log, Msg, Wrn or Error for an observer


documentation index > API > Console API