blob: c101666012089d827ee3016e608ee87ae65d9b0a [file] [log] [blame]
Teng Qinef9d83f2019-02-28 15:29:55 -08001/*
2 * Copyright (c) Facebook, Inc.
3 * Licensed under the Apache License, Version 2.0 (the "License")
4 */
5
Teng Qin873e9392019-03-07 21:56:10 -08006#pragma once
7
Teng Qinef9d83f2019-02-28 15:29:55 -08008#include <cstdint>
9
10namespace ebpf {
11namespace pyperf {
12
13void setVerbosity(uint64_t verbosityLevel);
14void logInfo(uint64_t logLevel, const char* fmt, ...);
15
16} // namespace pyperf
17} // namespace ebpf