source: XIOS/trunk/src/log.cpp @ 445

Last change on this file since 445 was 347, checked in by ymipsl, 12 years ago
  • Supress lot of shared_ptr
  • instrument code for vampir-trace and timer diagnostic

YM

  • Property svn:eol-style set to native
File size: 87 bytes
RevLine 
[300]1#include "log.hpp"
2
[335]3namespace xios
[300]4{
[347]5  CLog info("info") ;
6  CLog report("report") ;
[300]7}
Note: See TracBrowser for help on using the repository browser.