Project: bml_lib License: BSD Dependencies: Used by: |
edu::wpi::hri::log::SubLogger Class Reference
Inheritance diagram for edu::wpi::hri::log::SubLogger:
![]()
Detailed DescriptionThe SubLogger class can only log to another Logger. This is used for displaying nested messages from objects inside of objects so that the hierarchy can be clearly seen. This is based on the Decorator Pattern. Definition at line 44 of file SubLogger.java. Constructor & Destructor Documentation
Create a new SubLogger which logs to the specified Logger and prepends the given name in the given Color to all of the messages.
Definition at line 59 of file SubLogger.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 SubLogger.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 80 of file SubLogger.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 85 of file SubLogger.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 70 of file SubLogger.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 75 of file SubLogger.java. Member Data Documentation
Definition at line 46 of file SubLogger.java. The documentation for this class was generated from the following file:
|