source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/src/log.cpp @ 6883

Last change on this file since 6883 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
File size: 125 bytes
Line 
1#include "log.hpp"
2
3namespace xios
4{
5  CLog info("info") ;
6  CLog report("report") ;
7  CLog error("error", cerr.rdbuf()) ;
8}
Note: See TracBrowser for help on using the repository browser.