| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ScriptLog.cc

Go to the documentation of this file.
00001 #include "ScriptLog.hh"
00002 
00003 DEFINE_LOG(script)
00004 
00005 void ScriptLog(const std::string str)
00006 {
00007   LOGINFO(script) << str;
00008 }
00009 
00010 void ScriptLog(int level, std::string str)
00011 {     
00012   LOG(script,(Logging::Level)level) << str;
00013 }
00014 
00015 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:06:22 2011 for Log by doxygen 1.4.7