Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Hydra Core Library Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::LogWriter

Group:  General

Local Index

Members

Header File

#include <rwsf/core/LogMessage.h>

Description

rwsf::Logwriter provides an abstract interface for implementing write functions for specific data sinks.

Public Constructors

LogWriter();
LogWriter(const LogFormatter& formatter);

Public Destructor

~LogWriter();

Public Member Functions

virtual void 
init(const rwsf::Config& config);
virtual void 
log(Logger::LogLevel level, const std::string& message); 

Protected Member Functions

std::string 
getEpilog() const;
std::string 
getProlog() const;


Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks and HydraSDO is a trademark of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.