Go to the source code of this file.
Classes | |
class | gazebo::common::Console |
Message, error, warning, and logging functionality. More... | |
Namespaces | |
namespace | gazebo |
Forward declarations for the common classes. | |
namespace | gazebo::common |
Common namespace. | |
Macros | |
#define | gzclr_end "\033[0m" |
end marker | |
#define | gzclr_start(clr) "\033[1;33m" |
start marker | |
#define | gzdbg (gazebo::common::Console::Instance()->ColorMsg("Dbg", 36)) |
Output a debug message. | |
#define | gzerr |
Output an error message. | |
#define | gzlog |
Log a message. | |
#define | gzmsg (gazebo::common::Console::Instance()->ColorMsg("Msg", 32)) |
Output a message. | |
#define | gzwarn |
Output a warning message. | |