source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/log.cpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.