#include "loggingHandler.h"
#include <stdarg.h>
#include <ace/Log_Priority.h>
Include dependency graph for loggingLogSvcHandler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Logging |
Classes | |
class | Logging::LogSvcHandler |
struct | Logging::LogSvcHandler::DeprecatedLogInfo |
Functions | |
Logging::BaseLog::Priority | ace2acsPriority (ACE_Log_Priority acePriority) |
ACE_Log_Priority | acs2acePriority (Logging::BaseLog::Priority acsPriority) |
|
Helper function which converts ACE logging priorities to ACS logging priorities.
|
|
Helper function which converts ACS logging priorities to ACE logging priorities. This is not a static method of LogSvcHandler because of namespace conflicts.
|