Static Public Member Functions | Static Public Attributes | List of all members
gazebo::common::Console Class Reference

Container for loggers, and global logging options (such as verbose vs. More...

#include <common/common.hh>

Static Public Member Functions

static bool GetQuiet ()
 Get whether quiet output is set. More...
 
static void SetQuiet (bool _q)
 Set quiet output. More...
 

Static Public Attributes

static Logger dbg
 Global instance of the debug logger. More...
 
static Logger err
 Global instance of the error logger. More...
 
static FileLogger log
 Global instance of the file logger. More...
 
static Logger msg
 Global instance of the message logger. More...
 
static Logger warn
 Global instance of the warning logger. More...
 

Detailed Description

Container for loggers, and global logging options (such as verbose vs.

quiet output).

Member Function Documentation

static bool gazebo::common::Console::GetQuiet ( )
static

Get whether quiet output is set.

Returns
True to if quiet output is set.
static void gazebo::common::Console::SetQuiet ( bool  _q)
static

Set quiet output.

Parameters
[in]qTrue to prevent warning.

Member Data Documentation

Logger gazebo::common::Console::dbg
static

Global instance of the debug logger.

Logger gazebo::common::Console::err
static

Global instance of the error logger.

FileLogger gazebo::common::Console::log
static

Global instance of the file logger.

Logger gazebo::common::Console::msg
static

Global instance of the message logger.

Logger gazebo::common::Console::warn
static

Global instance of the warning logger.


The documentation for this class was generated from the following file: