XRootD
XrdClHttpPlugInUtil.hh
Go to the documentation of this file.
1 
5 #ifndef __HTTP_FILE_PLUG_IN_UTIL_
6 #define __HTTP_FILE_PLUG_IN_UTIL_
7 
8 #include <cstdint>
9 #include <limits>
10 
11 namespace XrdCl {
12 
13 class Log;
14 
15 // Topic id for the logger
16 static const uint64_t kLogXrdClHttp = std::numeric_limits<std::uint64_t>::max();
17 
18 void SetUpLogging(Log* logger);
19 
20 }
21 
22 #endif // __HTTP_FILE_PLUG_IN_UTIL_
Handle diagnostics.
Definition: XrdClLog.hh:101
void SetUpLogging(Log *logger)
static const uint64_t kLogXrdClHttp
XrdSysError Log
Definition: XrdConfig.cc:112