aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/tracelevel.h
blob: e2bf15e02b8ed524459eb5be9e12abc9c3ed464a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include <vespa/vespalib/trace/tracelevel.h>
namespace mbus {

    using TraceLevel = vespalib::TraceLevel;

} // namespace mbus