BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BusboyLogging.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_BUSBOY_LOGGING_H__
18 #define __BUSBOY_BUSBOY_LOGGING_H__
19 
20 #include <log4cxx/logger.h>
21 
22 namespace BUSBOY {
23 
25 
26  public :
27 
31  static log4cxx::LoggerPtr getLogger(const std::string& name);
32 
36  static log4cxx::LoggerPtr getAlgorithmLogger(const std::string& name);
37 
41  static std::set<std::string> extractLogFiles();
42 };
43 
44 }
45 
46 #endif

Copyright 2014 Google Inc. All rights reserved.