General purpose functions#

Those functions, which serve as general purpose functions, are registered as soon as scripting::Scripting is constructed.

Logging utility functions#

Those functions are used to display messages using the spdlog module.

debug(msg)#

Display a debug level message.

Parameters:

msg (str) – Debug message contents.

info(msg)#

Display an info level message.

Parameters:

msg (str) – Info message contents.

warning(msg)#

Display a warning message.

Parameters:

msg (str) – Warning message contents.