pyrobosim.utils.logging

Logging utilities for PyRoboSim.

Functions

create_logger(name[, level])

Defines a general logger for use with PyRoboSim.

get_global_logger()

Returns the global logger for PyRoboSim.

set_global_logger(logger)

Sets the global PyRoboSim logger to another specified logger.