struct CCL::System::ILogger

#include <ilogger.h>

struct ILogger: public CCL::Alert::IReporter
{
    // methods

    virtual void CCL_API addOutput (Alert::IReporter* output) = 0;
    virtual void CCL_API removeOutput (Alert::IReporter* output) = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;
    virtual void CCL_API reportEvent (const Event& e) = 0;
    virtual void CCL_API setReportOptions (Severity minSeverity, int eventFormat) = 0;