Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::LogWriter

Group:  Core Logging


Does not inherit

Local Index

Members

Header File

#include rwsf/core/LogWriter.h

Description

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

Public Constructors

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

Public Destructors

~LogWriter();

Public Member Functions

void
init(const rwsf::Config & config);
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

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