00001 #include "BaBar/BaBar.hh"
00002 #include "CdbBase/CdbDebugStream.hh"
00003 using std::endl;
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 int
00014 main( int argc, char* argv[] )
00015 {
00016
00017
00018 CDB_DEBUG_STREAM << "Hello!" << endl;
00019 CDB_DEBUG_STREAM << "Hello, that's me again!" << endl;
00020
00021
00022
00023 CdbDebugStream::instance( ).stream( )
00024 << "This line should begin with this sentense. No autogenerated" << endl
00025 << "timestamps as it happens for the previous two lines!" << endl;
00026
00027 return 0;
00028 }
00029
00030
00031
00032