class Logger

Creates a project-wide logger with handlers and formatters.

Public Methods

[more]static Logger* getInstance()
Returns the singleton instance of the Logger.
[more]void info(string message)
It gives the general information
[more]void warning(string message)
It gives the warning level of information
[more]void severe(string message)
It gives the severe error level of information


Documentation

Creates a project-wide logger with handlers and formatters.
ostatic Logger* getInstance()
Returns the singleton instance of the Logger.
Returns:
a Logger object

ovoid info(string message)
It gives the general information
Parameters:
String - Value of message

ovoid warning(string message)
It gives the warning level of information
Parameters:
String - Value of message

ovoid 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++.