Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::ILogProcessor Interface Referenceabstract

#include <cLogAppender.h>

Inheritance diagram for Gray::ILogProcessor:
Gray::cLogProcessor Gray::cLogAppender Gray::cLogNexus Gray::cLogSubject Gray::cLogAppendCache Gray::cLogAppendConsole Gray::cLogAppendDebug Gray::cLogAppendTextArray GrayFTP::cFTPGUI GrayLib::cClientLogger GrayLib::cLogAppendFile GrayLib::cLogThread Gray::cLogMgr GrayLib::cLogThread

Public Member Functions

virtual bool IsLogged (LOG_ATTR_MASK_t uAttrMask, LOGLEV_TYPE eLogLevel) const =0
 
virtual HRESULT addEvent (cLogEvent *pEvent)=0
 

Detailed Description

All events funnel through addEvent().

Member Function Documentation

◆ addEvent()

virtual HRESULT Gray::ILogProcessor::addEvent ( cLogEvent pEvent)
pure virtual

◆ IsLogged()

virtual bool Gray::ILogProcessor::IsLogged ( LOG_ATTR_MASK_t  uAttrMask,
LOGLEV_TYPE  eLogLevel 
) const
pure virtual

The documentation for this interface was generated from the following file: