Slice Tools
  • Home
  • SourceForge Page


  • libFoundation
  • Home
  • Class Hierarchy
  • Class List
  • Class Members
  • Examples


  • SourceForge.net Logo
     

    Logger.hh File Reference


    Detailed Description

    Logger class interface.

    #include <map>
    #include <list>
    #include <string>
    #include <fstream>
    #include <time.h>
    #include <pwd.h>
    #include "FileSystem.hh"
    #include "MessageLevel.hh"
    #include "LogMsg.hh"
    #include "CategoryInformation.hh"
    #include "LogCategory.hh"

    Go to the source code of this file.

    Classes

    class  Logger
     Manager for logging operations, acts as a backend to write to. More...


    Defines

    #define LOGGER_HH   1

    Typedefs

    typedef std::list< CategoryInformation * > CategoryStack
    typedef std::list< std::string
    >::const_iterator 
    StringListCIter
    typedef std::map< std::string,
    CategoryInformation * > 
    CategoryMap
    typedef CategoryMap::const_iterator CategoryMapCIter


    Define Documentation

    #define LOGGER_HH   1
     


    Typedef Documentation

    typedef std::map<std::string, CategoryInformation *> CategoryMap
     

    typedef CategoryMap::const_iterator CategoryMapCIter
     

    typedef std::list<CategoryInformation *> CategoryStack
     

    typedef std::list<std::string>::const_iterator StringListCIter