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

rwsf::LogManager

Group:  General

Local Index

Members

Header File

#include <rwsf/core/LogManager.h>

Description

rwsf::LogManager is a singleton providing a central point for accessing logger instances. Loggers can be registered with the rwsf::LogManager class, and can then be accessed from anywhere in the code.

Public Constructors

LogManager();

Public Destructor

~LogManager();

Public Member Functions

static bool 
addLogger(const Logger& logger);
static void 
destroy();
static Logger 
getLogger();
static Logger 
getLogger(const std::stringstd::string& name);
static void 
init();
static void 
load(const std::string& file);
static void 
removeLogger(const std::string& name); 
static void 
setDefault(const std::string& name);


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.