00001
00005 #ifndef __HTTP_FILE_PLUG_IN_UTIL_
00006 #define __HTTP_FILE_PLUG_IN_UTIL_
00007
00008 #include <cstdint>
00009 #include <limits>
00010
00011 namespace XrdCl {
00012
00013 class Log;
00014
00015
00016 static const uint64_t kLogXrdClHttp = std::numeric_limits<std::uint64_t>::max();
00017
00018 void SetUpLogging(Log* logger);
00019
00020 }
00021
00022 #endif // __HTTP_FILE_PLUG_IN_UTIL_