aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus/src/vespa/messagebus/tracelevel.h
blob: 9f6a39700f80b122e6b6cadc4217fd7923a6418e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. 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