#include <BusboyLogging.h>
|
static log4cxx::LoggerPtr | getLogger (const std::string &name) |
| All Busboy framework classes should call this method to get their logger. More...
|
|
static log4cxx::LoggerPtr | getAlgorithmLogger (const std::string &name) |
| Returns the logger to send algorithm log messages. More...
|
|
static std::set< std::string > | extractLogFiles () |
| Returns the paths for all log files in the log4cxx configuration. More...
|
|
std::set< std::string > BUSBOY::BusboyLogging::extractLogFiles |
( |
| ) |
|
|
static |
Returns the paths for all log files in the log4cxx configuration.
LoggerPtr BUSBOY::BusboyLogging::getAlgorithmLogger |
( |
const std::string & |
name | ) |
|
|
static |
Returns the logger to send algorithm log messages.
LoggerPtr BUSBOY::BusboyLogging::getLogger |
( |
const std::string & |
name | ) |
|
|
static |
All Busboy framework classes should call this method to get their logger.
The documentation for this class was generated from the following files:
Copyright 2014 Google Inc. All rights reserved.