AOSharedServiceLibrary
Public Member Functions | List of all members
LoggingCategoryInterface Class Referenceabstract

A Logging Category instantiated on a standard logging instance. More...

#include <logging_interface.h>

Public Member Functions

virtual void debug (std::string msg)=0
 Log at a debug level to the root category. More...
 
virtual void error (std::string msg)=0
 Log at an error level to the root category. More...
 
virtual void info (std::string msg)=0
 Log at an info level to the root category. More...
 
virtual void debug (const char *msg)=0
 Log at an debug level to the root category. More...
 
virtual void error (const char *msg)=0
 Log at an error level to the root category. More...
 
virtual void info (const char *msg)=0
 Log at an info level to the root category. More...
 
virtual void debug (int msg)=0
 Log at an debug level to the root category. More...
 
virtual void error (int msg)=0
 Log at an error level to the root category. More...
 
virtual void info (int msg)=0
 Log at an info level to the root category. More...
 
virtual void debug (float msg)=0
 Log at an debug level to the root category. More...
 
virtual void error (float msg)=0
 Log at an error level to the root category. More...
 
virtual void info (float msg)=0
 Log at an info level to the root category.
 
virtual void debug (double msg)=0
 Log at an debug level to the root category. More...
 
virtual void error (double msg)=0
 Log at an error level to the root category. More...
 
virtual void info (double msg)=0
 Log at an info level to the root category. More...
 

Detailed Description

A Logging Category instantiated on a standard logging instance.

Member Function Documentation

virtual void LoggingCategoryInterface::debug ( std::string  msg)
pure virtual

Log at a debug level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::debug ( const char *  msg)
pure virtual

Log at an debug level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::debug ( int  msg)
pure virtual

Log at an debug level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::debug ( float  msg)
pure virtual

Log at an debug level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::debug ( double  msg)
pure virtual

Log at an debug level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::error ( std::string  msg)
pure virtual

Log at an error level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::error ( const char *  msg)
pure virtual

Log at an error level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::error ( int  msg)
pure virtual

Log at an error level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::error ( float  msg)
pure virtual

Log at an error level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::error ( double  msg)
pure virtual

Log at an error level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::info ( std::string  msg)
pure virtual

Log at an info level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::info ( const char *  msg)
pure virtual

Log at an info level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::info ( int  msg)
pure virtual

Log at an info level to the root category.

Parameters
msgThe message to print to the log appenders
virtual void LoggingCategoryInterface::info ( double  msg)
pure virtual

Log at an info level to the root category.

Parameters
msgThe message to print to the log appenders

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