#include "CeylanException.h"#include "CeylanTypes.h"#include <string>


Go to the source code of this file.
Classes | |
| class | Ceylan::Log::LogException |
| Exception by all actors of the log service. More... | |
Namespaces | |
| namespace | Ceylan |
| This part of the Ceylan namespace gathers some convenient string manipulation facilities to be widely used. | |
| namespace | Ceylan::Log |
Typedefs | |
| typedef Ceylan::Uint8 | Ceylan::Log::LevelOfDetail |
| This part of the Log system is meant to centralize common features needed by the actors of the Log framework. | |
Variables | |
| CEYLAN_DLL const LevelOfDetail | Ceylan::Log::DefaultLevelOfDetailForMessage = 5 |
| The default level of detail for a Log message (5). | |
| CEYLAN_DLL const LevelOfDetail | Ceylan::Log::MaximumLevelOfDetailForMessage = 0 |
| CEYLAN_DLL const LevelOfDetail | Ceylan::Log::DefaultLevelOfDetailForListener = 10 |
| The default level of detail of a Log listener (10). | |
| CEYLAN_DLL const LevelOfDetail | Ceylan::Log::MaximumLevelOfDetailForListener = 0 |
| The maximum level of detail for a Log Listener (0). | |
1.5.8