Project: bml_lib License: BSD Dependencies: Used by: |
edu::wpi::hri::log::ROSLogger Class Reference
Inheritance diagram for edu::wpi::hri::log::ROSLogger:
![]()
Detailed DescriptionLog messages via the ROS routines. If ROS has not been initialized, the RosException thrown by ROS will continue to be passed along by any of the Logging methods. Definition at line 46 of file ROSLogger.java. Constructor & Destructor Documentation
Create a new ROSLogger which always prints the given name in the specified color before printing any message given.
Definition at line 59 of file ROSLogger.java. Member Function Documentation
Print a debug string to the user so long as the user wants to see debugging.
Implements edu::wpi::hri::log::Logger. Definition at line 65 of file ROSLogger.java.
Print an error string to the user so long as the user wants to see errors.
Implements edu::wpi::hri::log::Logger. Definition at line 81 of file ROSLogger.java.
Print a fatal string to the user and then exit the program. The specified exit code will be used when calling the System.exit() routine.
Implements edu::wpi::hri::log::Logger. Definition at line 86 of file ROSLogger.java.
Print an info string to the user so long as the user wants to see information.
Implements edu::wpi::hri::log::Logger. Definition at line 71 of file ROSLogger.java.
Print a warning string to the user so long as the user wants to see warning messages.
Implements edu::wpi::hri::log::Logger. Definition at line 76 of file ROSLogger.java. Member Data Documentation
Definition at line 48 of file ROSLogger.java. The documentation for this class was generated from the following file:
|