Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

LevelMap.h File Reference


Detailed Description

Defines mappings from LogLevels to Strings and the inverse.

Author:
Author
knoxy
Version:
Revision
1.3
Date:
Date
2004/10/24 01:35:54

#include "BP_CosLw_Log.h"
#include <map>

Include dependency graph for LevelMap.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  LevelMap
 Contains mappings of LogLevels to strings and the inverse. More...


Typedefs

typedef std::map< CosLwLog::LogLevel,
std::string > 
LevelStrMap
 Mapping LogLevels to string representation.

typedef std::map< std::string,
CosLwLog::LogLevel
StrLevelMap
 Mapping string representation to LogLevels.


Typedef Documentation

typedef std::map<CosLwLog::LogLevel, std::string> LevelStrMap
 

Mapping LogLevels to string representation.

typedef std::map<std::string, CosLwLog::LogLevel> StrLevelMap
 

Mapping string representation to LogLevels.