bref
API 2014 of the Zia HTTP server.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Private Attributes
bref::ScopedLogger Class Reference

RAII class for the ILogger interface. More...

#include <ScopedLogger.h>

List of all members.

Public Member Functions

 ScopedLogger (ILogger *logger, ILogger::Severity severity)
 Create a ScopeLogger targetting a given logger and severity.
 ~ScopedLogger ()
 Write the message to the logger.
std::ostream & log ()
 Retrieve the output stream of the scoped logger.

Private Attributes

std::stringstream ss_
ILoggerlogger_
ILogger::Severity severity_

Detailed Description

RAII class for the ILogger interface.

See also:
ILogger, LOG(logger, severity)

Constructor & Destructor Documentation

bref::ScopedLogger::ScopedLogger ( ILogger logger,
ILogger::Severity  severity 
) [inline]

Create a ScopeLogger targetting a given logger and severity.

Parameters:
loggerThe logger where the message should be written.
severityThe severity of the message.
See also:
~ScopedLogger(), log()

Write the message to the logger.

This is where the stream is actually logged.


Member Function Documentation

std::ostream& bref::ScopedLogger::log ( ) [inline]

Retrieve the output stream of the scoped logger.

Returns:
A reference to the internal stream of the scoped logger.

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