Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Logger Class Reference

#include <Log.h>

List of all members.

Public Methods

Logger & operator<< (const char *s)
Logger & operator<< (const unsigned char *s)
Logger & operator<< (const signed char *s)
Logger & operator<< (char c)
Logger & operator<< (unsigned char c)
Logger & operator<< (signed char c)
Logger & operator<< (short i)
Logger & operator<< (unsigned short u)
Logger & operator<< (int i)
Logger & operator<< (unsigned int u)
Logger & operator<< (long i)
Logger & operator<< (unsigned long u)
Logger & operator<< (float f)
Logger & operator<< (double d)
Logger & operator<< (long double l)
Logger & operator<< (const void *p)

Static Public Methods

void write (const char *,...)
void write (const SoError *error, void *data=NULL)
void init ()
void scheduleShowLogMsg ()


Member Function Documentation

void Logger::init (    )  [static]
 

Logger& Logger::operator<< (  const void *    p )  [inline]
 

Logger& Logger::operator<< (  long double    l )  [inline]
 

Logger& Logger::operator<< (  double    d )  [inline]
 

Logger& Logger::operator<< (  float    f )  [inline]
 

Logger& Logger::operator<< (  unsigned long    u )  [inline]
 

Logger& Logger::operator<< (  long    i )  [inline]
 

Logger& Logger::operator<< (  unsigned int    u )  [inline]
 

Logger& Logger::operator<< (  int    i )  [inline]
 

Logger& Logger::operator<< (  unsigned short    u )  [inline]
 

Logger& Logger::operator<< (  short    i )  [inline]
 

Logger& Logger::operator<< (  signed char    c )  [inline]
 

Logger& Logger::operator<< (  unsigned char    c )  [inline]
 

Logger& Logger::operator<< (  char    c )  [inline]
 

Logger& Logger::operator<< (  const signed char *    s )  [inline]
 

Logger& Logger::operator<< (  const unsigned char *    s )  [inline]
 

Logger& Logger::operator<< (  const char *    s )  [inline]
 

void Logger::scheduleShowLogMsg (    )  [inline, static]
 

void Logger::write (  const SoError *    error,
void *    data = NULL
)  [static]
 

void Logger::write (  const char *   ,
...   
)  [static]
 


The documentation for this class was generated from the following file:
Generated on Sun Feb 17 21:42:35 2002 for Sector 5 by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001