console_logger.h File Reference

#include "standard_log_base.h"
#include <basis/astring.h>
#include <basis/contracts.h>
#include <basis/enhance_cpp.h>
Include dependency graph for console_logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  loggers::console_logger

Namespaces

namespace  loggers
 

A logger that sends to the console screen using the standard output device.


Defines

#define SETUP_CONSOLE_LOGGER
 < a macro that retasks the program-wide logger as a console_logger.

Define Documentation

#define SETUP_CONSOLE_LOGGER
Value:
{ \
  loggers::standard_log_base *old_log = loggers::program_wide_logger::set \
      (new loggers::console_logger); \
  /* assumes we are good to entirely remove the old logger. */ \
  WHACK(old_log); \
}

< a macro that retasks the program-wide logger as a console_logger.

Definition at line 69 of file console_logger.h.

Referenced by write_build_config::execute(), and main().

Generated on Sat Jan 28 04:23:38 2012 for hoople2 project by  doxygen 1.6.3