|
Logging − |
|
Classes |
|
class ACSLogger |
|
class BaseLog |
|
class RefCounted |
|
class GenericLogger |
|
class Handler |
|
class Loggable |
|
class Logger |
|
class LogSvcHandler |
|
class LogTrace |
|
class loggingStatistics |
|
class StdoutHandler |
|
class StopWatch |
|
the implementation is based on LogTrace. It probably could be merged together. |
|
class TypeSafeLog |
|
class RepeatGuardLogger |
|
Guard template class against log repetitions. |
|
Functions |
|
Logging::BaseLog::Priority ace2acsPriority (ACE_Log_Priority acePriority) |
|
ACE_Log_Priority acs2acePriority (Logging::BaseLog::Priority acsPriority) |
|
Logging::BaseLog::Priority Logging::ace2acsPriority (ACE_Log_Priority acePriority) Helper function which converts ACE logging priorities to ACS logging priorities. |
|
Parameters: |
|
acePriority ACE logging priority |
|
Returns: |
|
the corresponding ACS logging priority |
|
ACE_Log_Priority Logging::acs2acePriority (Logging::BaseLog::Priority acsPriority) Helper function which converts ACS logging priorities to ACE logging priorities. This is not a static method of LogSvcHandler because of namespace conflicts. |
|
Parameters: |
|
acsPriority ACS logging priority |
|
Returns: |
|
the corresponding ACE logging priority |
|
Generated automatically by Doxygen for ACS-2016.4 C++ API from the source code. |