StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FtfLog.h
1 
2 #ifndef FTFLOG_H
3 #define FTFLOG_H
4 
5 extern int ftfLogTarget;
6 
7 #define FTF_LOG_PRINTF 1
8 #define FTF_LOG_REMOTE 2
9 
10 void ftfLog(const char *fmt, ...) ;
11 
12 #endif
13