blob: 285092ed811671fdfcf52dc2c8c8b4b28c2226c0 [file] [log] [blame]
Deepak Kodihalli5650b392017-03-02 04:40:27 -06001## Note that this file is not auto generated, it is what generates the
2## callouts-gen.hpp file
3// This file was autogenerated. Do not edit!
4// See callouts-gen.py for more details
5#pragma once
6
7#include <string>
8#include <tuple>
9
10namespace phosphor
11{
12namespace logging
13{
14
15constexpr auto callouts =
16{
Patrick Williams50d5d262017-05-01 22:39:35 -050017% for key, value in sorted(calloutsMap.items()):
Deepak Kodihalli5650b392017-03-02 04:40:27 -060018 std::make_tuple("${key}", "${value}"),
19% endfor
20};
21
22} // namespace logging
23} // namespace phosphor