logFileAction.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_detail_logFileAction_h
2 #define art_Framework_IO_detail_logFileAction_h
3 
4 #include <string>
5 
6 namespace art::detail {
7  void logFileAction(const char* msg, std::string const& file);
8 }
9 
10 #endif /* art_Framework_IO_detail_logFileAction_h */
11 
12 // Local variables:
13 // mode: c++
14 // End:
void msg(const char *fmt,...)
Definition: message.cpp:107
std::string string
Definition: nybbler.cc:12
void logFileAction(const char *msg, std::string const &file)
Definition: logFileAction.cc:9