#include <iomanip>#include <stdlib.h>#include <string>#include <ostream>#include <iostream>#include <map>#include <iosfwd>#include <stdexcept>#include "Defines.h"#include "Singleton.h"Go to the source code of this file.
Namespaces | |
| namespace | opal |
| namespace | opal::loggerImpl |
Classes | |
| class | opal::loggerImpl::Logger |
| struct | opal::loggerImpl::Logger::Stream |
Defines | |
| #define | OPAL_LOGGER Logger::instance().stream |
Typedefs | |
| typedef Singleton< loggerImpl::Logger > | opal::Logger |
|
1.4.6-NO