summaryrefslogtreecommitdiff
path: root/implementation/logging/src/logger.cpp
blob: 5be4380599516c5b0924e0c350a78e87cc74e2e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2014 BMW Group
// Author: Lutz Bichler (lutz.bichler@bmw.de)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#include "../include/logger_impl.hpp"

namespace vsomeip {

logger & logger::get() {
	return logger_impl::get();
}

} // namespace vsomeip