Creates a project-wide logger with handlers and formatters.
Public Methods
-
static Logger* getInstance()
- Returns the singleton instance of the Logger.
-
void info(string message)
- It gives the general information
-
void warning(string message)
- It gives the warning level of information
-
void severe(string message)
- It gives the severe error level of information
Documentation
Creates a project-wide logger with handlers and formatters.
static Logger* getInstance()
-
Returns the singleton instance of the Logger.
- Returns:
- a Logger object
void info(string message)
-
It gives the general information
- Parameters:
- String - Value of message
void warning(string message)
-
It gives the warning level of information
- Parameters:
- String - Value of message
void severe(string message)
-
It gives the severe error level of information
- Parameters:
- String - Value of message
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.