xrootd
Loading...
Searching...
No Matches
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
11namespace XrdCl {
12
13class Log;
14
15// Topic id for the logger
16static const uint64_t kLogXrdClHttp = std::numeric_limits<std::uint64_t>::max();
17
18void SetUpLogging(Log* logger);
19
20}
21
22#endif // __HTTP_FILE_PLUG_IN_UTIL_
Handle diagnostics.
Definition XrdClLog.hh:101
Definition XrdClAction.hh:34
void SetUpLogging(Log *logger)
static const uint64_t kLogXrdClHttp
Definition XrdClHttpPlugInUtil.hh:16