165 lines
67 KiB
HTML
165 lines
67 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.15"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Livox SDK API: sdk_core/include/third_party/spdlog/spdlog/common.h Source File</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="1.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Livox SDK API
|
|
 <span id="projectnumber">v1.0.0</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.15 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('common_8h_source.html','');});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="headertitle">
|
|
<div class="title">common.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="common_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Copyright(c) 2015 Gabi Melman.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Distributed under the MIT License (http://opensource.org/licenses/MIT)</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="tweakme_8h.html">spdlog/tweakme.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <atomic></span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include <chrono></span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include <functional></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include <initializer_list></span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include <memory></span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <stdexcept></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <cstring></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include <type_traits></span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include <unordered_map></span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#if defined(SPDLOG_WCHAR_FILENAMES) || defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT)</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <codecvt></span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <locale></span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "<a class="code" href="null__mutex_8h.html">spdlog/details/null_mutex.h</a>"</span></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "<a class="code" href="fmt_8h.html">spdlog/fmt/fmt.h</a>"</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="comment">// visual studio upto 2013 does not support noexcept nor constexpr</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#if defined(_MSC_VER) && (_MSC_VER < 1900)</span></div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#define SPDLOG_NOEXCEPT throw()</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#define SPDLOG_CONSTEXPR</span></div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6"> 35</a></span> <span class="preprocessor">#define SPDLOG_NOEXCEPT noexcept</span></div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="common_8h.html#a8747e6feba8bf2d3f204cb76bfd4607a"> 36</a></span> <span class="preprocessor">#define SPDLOG_CONSTEXPR constexpr</span></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="preprocessor">#if defined(__GNUC__) || defined(__clang__)</span></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="preprocessor">#define SPDLOG_DEPRECATED __attribute__((deprecated))</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="preprocessor">#elif defined(_MSC_VER)</span></div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="preprocessor">#define SPDLOG_DEPRECATED __declspec(deprecated)</span></div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="common_8h.html#a9ad12194a0d42daffd44df91f9854f29"> 44</a></span> <span class="preprocessor">#define SPDLOG_DEPRECATED</span></div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="comment">// disable thread local on msvc 2013</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span> <span class="preprocessor">#ifndef SPDLOG_NO_TLS</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> <span class="preprocessor">#if (defined(_MSC_VER) && (_MSC_VER < 1900)) || defined(__cplusplus_winrt)</span></div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="preprocessor">#define SPDLOG_NO_TLS 1</span></div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="comment">// Get the basename of __FILE__ (at compile time if possible)</span></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> <span class="preprocessor">#if FMT_HAS_FEATURE(__builtin_strrchr)</span></div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span> <span class="preprocessor">#define SPDLOG_STRRCHR(str, sep) __builtin_strrchr(str, sep)</span></div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="common_8h.html#a30f621e51aba2dfe9f905fd9e2dee918"> 58</a></span> <span class="preprocessor">#define SPDLOG_STRRCHR(str, sep) strrchr(str, sep)</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#endif //__builtin_strrchr not defined</span></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#ifdef _WIN32</span></div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#define SPDLOG_FILE_BASENAME(file) SPDLOG_STRRCHR("\\" file, '\\') + 1</span></div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="common_8h.html#a2cf36a7836e979b59b20edea26135766"> 64</a></span> <span class="preprocessor">#define SPDLOG_FILE_BASENAME(file) SPDLOG_STRRCHR("/" file, '/') + 1</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#ifndef SPDLOG_FUNCTION</span></div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="common_8h.html#a1f0ef27d8fc022078352c93ef310cdb4"> 68</a></span> <span class="preprocessor">#define SPDLOG_FUNCTION __FUNCTION__</span></div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">namespace </span><a class="code" href="namespacespdlog.html">spdlog</a> {</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> <span class="keyword">class </span>formatter;</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> </div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1sinks.html"> 75</a></span> <span class="keyword">namespace </span>sinks {</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">class </span><a class="code" href="classspdlog_1_1sinks_1_1sink.html">sink</a>;</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> }</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> </div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="namespacespdlog.html#a173dd7064323e4807d720eabcc95fc73"> 79</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#a173dd7064323e4807d720eabcc95fc73">log_clock</a> = std::chrono::system_clock;</div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="namespacespdlog.html#a422c57d3088160b517e5a74e5f318253"> 80</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#a422c57d3088160b517e5a74e5f318253">sink_ptr</a> = std::shared_ptr<sinks::sink>;</div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="namespacespdlog.html#aa9b5c2298bf713fbe02b7e538d797ecd"> 81</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#aa9b5c2298bf713fbe02b7e538d797ecd">sinks_init_list</a> = std::initializer_list<sink_ptr>;</div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="namespacespdlog.html#ad3ed787a29f245c833ef66faf48036e2"> 82</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#ad3ed787a29f245c833ef66faf48036e2">log_err_handler</a> = std::function<void(<span class="keyword">const</span> std::string &err_msg)>;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span> </div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span> <span class="comment">// string_view type - either std::string_view or fmt::string_view (pre c++17)</span></div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span> <span class="preprocessor">#if defined(FMT_USE_STD_STRING_VIEW)</span></div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span> <span class="keyword">using</span> <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">string_view_t</a> = <a class="code" href="namespacefmt_1_1v5.html#a3301ccbf6a0ab1b233242041a835a54a">std::string_view</a>;</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="namespacespdlog.html#af48e310b2f366ac6544701e6a3b56247"> 88</a></span> <span class="keyword">using</span> <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">string_view_t</a> = <a class="code" href="namespacefmt_1_1v5.html#a3301ccbf6a0ab1b233242041a835a54a">fmt::string_view</a>;</div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span> </div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span> <span class="preprocessor">#if defined(SPDLOG_NO_ATOMIC_LEVELS)</span></div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#a8585bf495310a6ce695191739351709b">level_t</a> = <a class="code" href="structspdlog_1_1details_1_1null__atomic__int.html">details::null_atomic_int</a>;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="namespacespdlog.html#a8585bf495310a6ce695191739351709b"> 94</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#a8585bf495310a6ce695191739351709b">level_t</a> = std::atomic<int>;</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span> </div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="common_8h.html#a57ad66f77dc01b41a51f7e884dd460dd"> 97</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_TRACE 0</span></div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="common_8h.html#a3966e2839945ed2b8adf9373b7bdd56e"> 98</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_DEBUG 1</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="common_8h.html#a33c73f3639c48dd378b33fabbfd27b7f"> 99</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_INFO 2</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="common_8h.html#acff159db380f787b46d9d51d7f9cc69c"> 100</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_WARN 3</span></div><div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="common_8h.html#a6ffd317d15c017cf593212e5441ad70a"> 101</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_ERROR 4</span></div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="common_8h.html#ac7313aeac75b2d8521f04ba9508b9695"> 102</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_CRITICAL 5</span></div><div class="line"><a name="l00103"></a><span class="lineno"><a class="line" href="common_8h.html#a8f7ec3c49f83b525b8c15d459b1136d0"> 103</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_OFF 6</span></div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span> </div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span> <span class="preprocessor">#if !defined(SPDLOG_ACTIVE_LEVEL)</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="common_8h.html#ae4fda6f71f35120e2ff48157fca961b5"> 106</a></span> <span class="preprocessor">#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_INFO</span></div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> <span class="comment">// Log level enum</span></div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html"> 110</a></span> <span class="keyword">namespace </span>level {</div><div class="line"><a name="l00111"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b"> 111</a></span> <span class="keyword">enum</span> <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b">level_enum</a></div><div class="line"><a name="l00112"></a><span class="lineno"> 112</span> {</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f"> 113</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f">trace</a> = <a class="code" href="common_8h.html#a57ad66f77dc01b41a51f7e884dd460dd">SPDLOG_LEVEL_TRACE</a>,</div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5"> 114</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">debug</a> = <a class="code" href="common_8h.html#a3966e2839945ed2b8adf9373b7bdd56e">SPDLOG_LEVEL_DEBUG</a>,</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f"> 115</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">info</a> = <a class="code" href="common_8h.html#a33c73f3639c48dd378b33fabbfd27b7f">SPDLOG_LEVEL_INFO</a>,</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05"> 116</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05">warn</a> = <a class="code" href="common_8h.html#acff159db380f787b46d9d51d7f9cc69c">SPDLOG_LEVEL_WARN</a>,</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f"> 117</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f">err</a> = <a class="code" href="common_8h.html#a6ffd317d15c017cf593212e5441ad70a">SPDLOG_LEVEL_ERROR</a>,</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58"> 118</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">critical</a> = <a class="code" href="common_8h.html#ac7313aeac75b2d8521f04ba9508b9695">SPDLOG_LEVEL_CRITICAL</a>,</div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a"> 119</a></span>  <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">off</a> = <a class="code" href="common_8h.html#a8f7ec3c49f83b525b8c15d459b1136d0">SPDLOG_LEVEL_OFF</a>,</div><div class="line"><a name="l00120"></a><span class="lineno"> 120</span> };</div><div class="line"><a name="l00121"></a><span class="lineno"> 121</span> </div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span> <span class="preprocessor">#if !defined(SPDLOG_LEVEL_NAMES)</span></div><div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="common_8h.html#afe938b48c2a5e8816892fbc1841f9694"> 123</a></span> <span class="preprocessor">#define SPDLOG_LEVEL_NAMES \</span></div><div class="line"><a name="l00124"></a><span class="lineno"> 124</span> <span class="preprocessor"> { \</span></div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span> <span class="preprocessor"> "trace", "debug", "info", "warning", "error", "critical", "off" \</span></div><div class="line"><a name="l00126"></a><span class="lineno"> 126</span> <span class="preprocessor"> }</span></div><div class="line"><a name="l00127"></a><span class="lineno"> 127</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655"> 128</a></span> <span class="keyword">static</span> <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">string_view_t</a> <a class="code" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">level_string_views</a>[] <a class="code" href="common_8h.html#afe938b48c2a5e8816892fbc1841f9694">SPDLOG_LEVEL_NAMES</a>;</div><div class="line"><a name="l00129"></a><span class="lineno"> 129</span> </div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span> <span class="preprocessor">#if !defined(SPDLOG_SHORT_LEVEL_NAMES)</span></div><div class="line"><a name="l00131"></a><span class="lineno"><a class="line" href="common_8h.html#ab2ea0d29ee3c1ccb1f9484a8198c59b0"> 131</a></span> <span class="preprocessor">#define SPDLOG_SHORT_LEVEL_NAMES {"T", "D", "I", "W", "E", "C", "O"}</span></div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a70535c68de0c12e9854e31928fb2d671"> 133</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="namespacespdlog_1_1level.html#a70535c68de0c12e9854e31928fb2d671">short_level_names</a>[] <a class="code" href="common_8h.html#ab2ea0d29ee3c1ccb1f9484a8198c59b0">SPDLOG_SHORT_LEVEL_NAMES</a>;</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span> </div><div class="line"><a name="l00135"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921"> 135</a></span> <span class="keyword">inline</span> <a class="code" href="classfmt_1_1v5_1_1basic__string__view.html">string_view_t</a> &<a class="code" href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">to_string_view</a>(<a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b">spdlog::level::level_enum</a> l) <a class="code" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a></div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> {</div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">return</span> <a class="code" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">level_string_views</a>[l];</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span> }</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span> </div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#a320d85598eda29f072e343e57ec27ab8"> 140</a></span> <span class="keyword">inline</span> <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="namespacespdlog_1_1level.html#a320d85598eda29f072e343e57ec27ab8">to_short_c_str</a>(<a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b">spdlog::level::level_enum</a> l) <a class="code" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a></div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span> {</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keywordflow">return</span> <a class="code" href="namespacespdlog_1_1level.html#a70535c68de0c12e9854e31928fb2d671">short_level_names</a>[l];</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span> }</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span> </div><div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#af1f71a172e3626a0271006a3a668e6ff"> 145</a></span> <span class="keyword">inline</span> <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b">spdlog::level::level_enum</a> <a class="code" href="namespacespdlog_1_1level.html#af1f71a172e3626a0271006a3a668e6ff">from_str</a>(<span class="keyword">const</span> std::string &name) <a class="code" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a></div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span> {</div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="keywordtype">int</span> level = 0;</div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordflow">for</span> (<span class="keyword">const</span> <span class="keyword">auto</span> &level_str : <a class="code" href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">level_string_views</a>)</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  {</div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="keywordflow">if</span> (level_str == name)</div><div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  {</div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  <span class="keywordflow">return</span> static_cast<level::level_enum>(level);</div><div class="line"><a name="l00153"></a><span class="lineno"> 153</span>  }</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  level++;</div><div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  }</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  <span class="keywordflow">return</span> <a class="code" href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">level::off</a>;</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> }</div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span> </div><div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1level.html#add7f1cc7c1914c6f6a6773cfbd1bb997"> 159</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog_1_1level.html#add7f1cc7c1914c6f6a6773cfbd1bb997">level_hasher</a> = std::hash<int>;</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> } <span class="comment">// namespace level</span></div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span> </div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span> <span class="comment">//</span></div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span> <span class="comment">// Pattern time - specific time getting to use for pattern_formatter.</span></div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span> <span class="comment">// local time by default</span></div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span> <span class="comment">//</span></div><div class="line"><a name="l00166"></a><span class="lineno"><a class="line" href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07ced"> 166</a></span> <span class="keyword">enum class</span> <a class="code" href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07ced">pattern_time_type</a></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span> {</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <a class="code" href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07cedaf5ddaf0ca7929578b408c909429f68f2">local</a>, <span class="comment">// log localtime</span></div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  <a class="code" href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07ceda52d33cb937bbdab234ab1729a0f8225b">utc</a> <span class="comment">// log utc</span></div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span> };</div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span> </div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> <span class="comment">//</span></div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span> <span class="comment">// Log exception</span></div><div class="line"><a name="l00174"></a><span class="lineno"> 174</span> <span class="comment">//</span></div><div class="line"><a name="l00175"></a><span class="lineno"><a class="line" href="classspdlog_1_1spdlog__ex.html"> 175</a></span> <span class="keyword">class </span><a class="code" href="classspdlog_1_1spdlog__ex.html">spdlog_ex</a> : <span class="keyword">public</span> std::exception</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span> {</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00178"></a><span class="lineno"><a class="line" href="classspdlog_1_1spdlog__ex.html#a95052672da1a71145ac56d143b751b3f"> 178</a></span>  <span class="keyword">explicit</span> <a class="code" href="classspdlog_1_1spdlog__ex.html#a95052672da1a71145ac56d143b751b3f">spdlog_ex</a>(std::string msg)</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  : msg_(<a class="code" href="namespacestd.html">std</a>::move(msg))</div><div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  {</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  }</div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span> </div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classspdlog_1_1spdlog__ex.html#a0758933dd1e6c4c8e76bb8e7134f7d9b"> 183</a></span>  <a class="code" href="classspdlog_1_1spdlog__ex.html#a0758933dd1e6c4c8e76bb8e7134f7d9b">spdlog_ex</a>(<span class="keyword">const</span> std::string &msg, <span class="keywordtype">int</span> last_errno)</div><div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  {</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <a class="code" href="classfmt_1_1v5_1_1basic__memory__buffer.html">fmt::memory_buffer</a> outbuf;</div><div class="line"><a name="l00186"></a><span class="lineno"> 186</span>  <a class="code" href="namespacefmt_1_1v5.html#a7f211f565c9879fafad806b788dde60d">fmt::format_system_error</a>(outbuf, last_errno, msg);</div><div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  msg_ = <a class="code" href="namespacefmt_1_1v5.html#af7906102d07e0d93b609aef6c05fc27a">fmt::to_string</a>(outbuf);</div><div class="line"><a name="l00188"></a><span class="lineno"> 188</span>  }</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div><div class="line"><a name="l00190"></a><span class="lineno"><a class="line" href="classspdlog_1_1spdlog__ex.html#abb3438f30d2e0fffb037931e8867f523"> 190</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="classspdlog_1_1spdlog__ex.html#abb3438f30d2e0fffb037931e8867f523">what</a>() const <a class="code" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a><span class="keyword"> override</span></div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span> <span class="keyword"> </span>{</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  <span class="keywordflow">return</span> msg_.c_str();</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span>  }</div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span> </div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  std::string msg_;</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span> };</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span> </div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span> <span class="comment">//</span></div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span> <span class="comment">// wchar support for windows file names (SPDLOG_WCHAR_FILENAMES must be defined)</span></div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> <span class="comment">//</span></div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span> <span class="preprocessor">#if defined(_WIN32) && defined(SPDLOG_WCHAR_FILENAMES)</span></div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#acf7ce125b3622e44f8f1702d699e0b06">filename_t</a> = std::wstring;</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="namespacespdlog.html#acf7ce125b3622e44f8f1702d699e0b06"> 205</a></span> <span class="keyword">using</span> <a class="code" href="namespacespdlog.html#acf7ce125b3622e44f8f1702d699e0b06">filename_t</a> = std::string;</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span> </div><div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html"> 208</a></span> <span class="keyword">struct </span><a class="code" href="structspdlog_1_1source__loc.html">source_loc</a></div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span> {</div><div class="line"><a name="l00210"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#a31c69d0d790b00c6f7102b4f8ef826ee"> 210</a></span>  <a class="code" href="common_8h.html#a8747e6feba8bf2d3f204cb76bfd4607a">SPDLOG_CONSTEXPR</a> <a class="code" href="structspdlog_1_1source__loc.html#a31c69d0d790b00c6f7102b4f8ef826ee">source_loc</a>()</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  : <a class="code" href="structspdlog_1_1source__loc.html#af67920703a5ba0a5557eb86667e09c80">filename</a>{<span class="stringliteral">""</span>}</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span>  , <a class="code" href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f">line</a>{0}</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  , <a class="code" href="structspdlog_1_1source__loc.html#a622d48d070d0421ec91a6484923aacd2">funcname</a>{<span class="stringliteral">""</span>}</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span>  {</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>  }</div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#abf62ea25b5345f1d9003a50fde8e09d8"> 216</a></span>  <a class="code" href="common_8h.html#a8747e6feba8bf2d3f204cb76bfd4607a">SPDLOG_CONSTEXPR</a> <a class="code" href="structspdlog_1_1source__loc.html#abf62ea25b5345f1d9003a50fde8e09d8">source_loc</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *filename_in, <span class="keywordtype">int</span> line_in, <span class="keyword">const</span> <span class="keywordtype">char</span> *funcname_in)</div><div class="line"><a name="l00217"></a><span class="lineno"> 217</span>  : <a class="code" href="structspdlog_1_1source__loc.html#af67920703a5ba0a5557eb86667e09c80">filename</a>{filename_in}</div><div class="line"><a name="l00218"></a><span class="lineno"> 218</span>  , <a class="code" href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f">line</a>{static_cast<uint32_t>(line_in)}</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span>  , <a class="code" href="structspdlog_1_1source__loc.html#a622d48d070d0421ec91a6484923aacd2">funcname</a>{funcname_in}</div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  {</div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  }</div><div class="line"><a name="l00222"></a><span class="lineno"> 222</span> </div><div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#aa715720ba2447a5b14bf79b453a89e33"> 223</a></span>  <a class="code" href="common_8h.html#a8747e6feba8bf2d3f204cb76bfd4607a">SPDLOG_CONSTEXPR</a> <span class="keywordtype">bool</span> <a class="code" href="structspdlog_1_1source__loc.html#aa715720ba2447a5b14bf79b453a89e33">empty</a>() const <a class="code" href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a></div><div class="line"><a name="l00224"></a><span class="lineno"> 224</span>  {</div><div class="line"><a name="l00225"></a><span class="lineno"> 225</span>  <span class="keywordflow">return</span> <a class="code" href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f">line</a> == 0;</div><div class="line"><a name="l00226"></a><span class="lineno"> 226</span>  }</div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#af67920703a5ba0a5557eb86667e09c80"> 227</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structspdlog_1_1source__loc.html#af67920703a5ba0a5557eb86667e09c80">filename</a>;</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f"> 228</a></span>  uint32_t <a class="code" href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f">line</a>;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="structspdlog_1_1source__loc.html#a622d48d070d0421ec91a6484923aacd2"> 229</a></span>  <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="structspdlog_1_1source__loc.html#a622d48d070d0421ec91a6484923aacd2">funcname</a>;</div><div class="line"><a name="l00230"></a><span class="lineno"> 230</span> };</div><div class="line"><a name="l00231"></a><span class="lineno"> 231</span> </div><div class="line"><a name="l00232"></a><span class="lineno"> 232</span> <span class="keyword">namespace </span>details {</div><div class="line"><a name="l00233"></a><span class="lineno"> 233</span> <span class="comment">// make_unique support for pre c++14</span></div><div class="line"><a name="l00234"></a><span class="lineno"> 234</span> </div><div class="line"><a name="l00235"></a><span class="lineno"> 235</span> <span class="preprocessor">#if __cplusplus >= 201402L // C++14 and beyond</span></div><div class="line"><a name="l00236"></a><span class="lineno"> 236</span> <span class="keyword">using</span> <a class="code" href="namespacespdlog_1_1details.html#a2d61216ea1cb33ba27ddc6a78cc98ecd">std::make_unique</a>;</div><div class="line"><a name="l00237"></a><span class="lineno"> 237</span> <span class="preprocessor">#else</span></div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span> <span class="keyword">template</span><<span class="keyword">typename</span> T, <span class="keyword">typename</span>... Args></div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="namespacespdlog_1_1details.html#a2d61216ea1cb33ba27ddc6a78cc98ecd"> 239</a></span> std::unique_ptr<T> <a class="code" href="namespacespdlog_1_1details.html#a2d61216ea1cb33ba27ddc6a78cc98ecd">make_unique</a>(Args &&... args)</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span> {</div><div class="line"><a name="l00241"></a><span class="lineno"> 241</span>  static_assert(!std::is_array<T>::value, <span class="stringliteral">"arrays not supported"</span>);</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span>  <span class="keywordflow">return</span> std::unique_ptr<T>(<span class="keyword">new</span> T(std::forward<Args>(args)...));</div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span> }</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span> <span class="preprocessor">#endif</span></div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span> } <span class="comment">// namespace details</span></div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span> } <span class="comment">// namespace spdlog</span></div><div class="ttc" id="fmt_8h_html"><div class="ttname"><a href="fmt_8h.html">fmt.h</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba6c371ca09668dd308a1997eab47def05">spdlog::level::warn</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00116">common.h:116</a></div></div>
|
|
<div class="ttc" id="tweakme_8h_html"><div class="ttname"><a href="tweakme_8h.html">tweakme.h</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_ad598fbd8338772e66ae09e8723a07ceda52d33cb937bbdab234ab1729a0f8225b"><div class="ttname"><a href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07ceda52d33cb937bbdab234ab1729a0f8225b">spdlog::pattern_time_type::utc</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_af1f71a172e3626a0271006a3a668e6ff"><div class="ttname"><a href="namespacespdlog_1_1level.html#af1f71a172e3626a0271006a3a668e6ff">spdlog::level::from_str</a></div><div class="ttdeci">spdlog::level::level_enum from_str(const std::string &name) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00145">common.h:145</a></div></div>
|
|
<div class="ttc" id="classspdlog_1_1spdlog__ex_html"><div class="ttname"><a href="classspdlog_1_1spdlog__ex.html">spdlog::spdlog_ex</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00175">common.h:175</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_aa9b5c2298bf713fbe02b7e538d797ecd"><div class="ttname"><a href="namespacespdlog.html#aa9b5c2298bf713fbe02b7e538d797ecd">spdlog::sinks_init_list</a></div><div class="ttdeci">std::initializer_list< sink_ptr > sinks_init_list</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00081">common.h:81</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba917591d8c0e89f6e6247c95c67809a1a">spdlog::level::off</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00119">common.h:119</a></div></div>
|
|
<div class="ttc" id="common_8h_html_acff159db380f787b46d9d51d7f9cc69c"><div class="ttname"><a href="common_8h.html#acff159db380f787b46d9d51d7f9cc69c">SPDLOG_LEVEL_WARN</a></div><div class="ttdeci">#define SPDLOG_LEVEL_WARN</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00100">common.h:100</a></div></div>
|
|
<div class="ttc" id="classfmt_1_1v5_1_1basic__memory__buffer_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__memory__buffer.html">fmt::v5::basic_memory_buffer</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00464">format.h:464</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_abf62ea25b5345f1d9003a50fde8e09d8"><div class="ttname"><a href="structspdlog_1_1source__loc.html#abf62ea25b5345f1d9003a50fde8e09d8">spdlog::source_loc::source_loc</a></div><div class="ttdeci">constexpr source_loc(const char *filename_in, int line_in, const char *funcname_in)</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00216">common.h:216</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html"><div class="ttname"><a href="structspdlog_1_1source__loc.html">spdlog::source_loc</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00208">common.h:208</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8b"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8b">spdlog::level::level_enum</a></div><div class="ttdeci">level_enum</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00111">common.h:111</a></div></div>
|
|
<div class="ttc" id="namespacestd_html"><div class="ttname"><a href="namespacestd.html">std</a></div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l00297">format.h:297</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba7f09db55ad64d87e4124f10582cb016f">spdlog::level::info</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00115">common.h:115</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a33c73f3639c48dd378b33fabbfd27b7f"><div class="ttname"><a href="common_8h.html#a33c73f3639c48dd378b33fabbfd27b7f">SPDLOG_LEVEL_INFO</a></div><div class="ttdeci">#define SPDLOG_LEVEL_INFO</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00099">common.h:99</a></div></div>
|
|
<div class="ttc" id="common_8h_html_afe938b48c2a5e8816892fbc1841f9694"><div class="ttname"><a href="common_8h.html#afe938b48c2a5e8816892fbc1841f9694">SPDLOG_LEVEL_NAMES</a></div><div class="ttdeci">#define SPDLOG_LEVEL_NAMES</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00123">common.h:123</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a57ad66f77dc01b41a51f7e884dd460dd"><div class="ttname"><a href="common_8h.html#a57ad66f77dc01b41a51f7e884dd460dd">SPDLOG_LEVEL_TRACE</a></div><div class="ttdeci">#define SPDLOG_LEVEL_TRACE</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00097">common.h:97</a></div></div>
|
|
<div class="ttc" id="null__mutex_8h_html"><div class="ttname"><a href="null__mutex_8h.html">null_mutex.h</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8baea632f71a316dac4dbaf2d98534c7ca5">spdlog::level::debug</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00114">common.h:114</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_a622d48d070d0421ec91a6484923aacd2"><div class="ttname"><a href="structspdlog_1_1source__loc.html#a622d48d070d0421ec91a6484923aacd2">spdlog::source_loc::funcname</a></div><div class="ttdeci">const char * funcname</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00229">common.h:229</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a3966e2839945ed2b8adf9373b7bdd56e"><div class="ttname"><a href="common_8h.html#a3966e2839945ed2b8adf9373b7bdd56e">SPDLOG_LEVEL_DEBUG</a></div><div class="ttdeci">#define SPDLOG_LEVEL_DEBUG</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00098">common.h:98</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_a422c57d3088160b517e5a74e5f318253"><div class="ttname"><a href="namespacespdlog.html#a422c57d3088160b517e5a74e5f318253">spdlog::sink_ptr</a></div><div class="ttdeci">std::shared_ptr< sinks::sink > sink_ptr</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00080">common.h:80</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_af67920703a5ba0a5557eb86667e09c80"><div class="ttname"><a href="structspdlog_1_1source__loc.html#af67920703a5ba0a5557eb86667e09c80">spdlog::source_loc::filename</a></div><div class="ttdeci">const char * filename</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00227">common.h:227</a></div></div>
|
|
<div class="ttc" id="common_8h_html_ab2ea0d29ee3c1ccb1f9484a8198c59b0"><div class="ttname"><a href="common_8h.html#ab2ea0d29ee3c1ccb1f9484a8198c59b0">SPDLOG_SHORT_LEVEL_NAMES</a></div><div class="ttdeci">#define SPDLOG_SHORT_LEVEL_NAMES</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00131">common.h:131</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html"><div class="ttname"><a href="namespacespdlog.html">spdlog</a></div><div class="ttdef"><b>Definition:</b> <a href="async_8h_source.html#l00027">async.h:27</a></div></div>
|
|
<div class="ttc" id="classspdlog_1_1spdlog__ex_html_a0758933dd1e6c4c8e76bb8e7134f7d9b"><div class="ttname"><a href="classspdlog_1_1spdlog__ex.html#a0758933dd1e6c4c8e76bb8e7134f7d9b">spdlog::spdlog_ex::spdlog_ex</a></div><div class="ttdeci">spdlog_ex(const std::string &msg, int last_errno)</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00183">common.h:183</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8badd5891a1416461ee9e7d7e19d41af51f">spdlog::level::trace</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00113">common.h:113</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_add7f1cc7c1914c6f6a6773cfbd1bb997"><div class="ttname"><a href="namespacespdlog_1_1level.html#add7f1cc7c1914c6f6a6773cfbd1bb997">spdlog::level::level_hasher</a></div><div class="ttdeci">std::hash< int > level_hasher</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00159">common.h:159</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_ae7c510cd37fa5221221eb91f03a98655"><div class="ttname"><a href="namespacespdlog_1_1level.html#ae7c510cd37fa5221221eb91f03a98655">spdlog::level::level_string_views</a></div><div class="ttdeci">static string_view_t level_string_views[]</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00128">common.h:128</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a320d85598eda29f072e343e57ec27ab8"><div class="ttname"><a href="namespacespdlog_1_1level.html#a320d85598eda29f072e343e57ec27ab8">spdlog::level::to_short_c_str</a></div><div class="ttdeci">const char * to_short_c_str(spdlog::level::level_enum l) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00140">common.h:140</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a8f7ec3c49f83b525b8c15d459b1136d0"><div class="ttname"><a href="common_8h.html#a8f7ec3c49f83b525b8c15d459b1136d0">SPDLOG_LEVEL_OFF</a></div><div class="ttdeci">#define SPDLOG_LEVEL_OFF</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00103">common.h:103</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_ad598fbd8338772e66ae09e8723a07cedaf5ddaf0ca7929578b408c909429f68f2"><div class="ttname"><a href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07cedaf5ddaf0ca7929578b408c909429f68f2">spdlog::pattern_time_type::local</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_ad598fbd8338772e66ae09e8723a07ced"><div class="ttname"><a href="namespacespdlog.html#ad598fbd8338772e66ae09e8723a07ced">spdlog::pattern_time_type</a></div><div class="ttdeci">pattern_time_type</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00166">common.h:166</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1details_1_1null__atomic__int_html"><div class="ttname"><a href="structspdlog_1_1details_1_1null__atomic__int.html">spdlog::details::null_atomic_int</a></div><div class="ttdef"><b>Definition:</b> <a href="null__mutex_8h_source.html#l00023">null_mutex.h:23</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_acf7ce125b3622e44f8f1702d699e0b06"><div class="ttname"><a href="namespacespdlog.html#acf7ce125b3622e44f8f1702d699e0b06">spdlog::filename_t</a></div><div class="ttdeci">std::string filename_t</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00205">common.h:205</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a6ffd317d15c017cf593212e5441ad70a"><div class="ttname"><a href="common_8h.html#a6ffd317d15c017cf593212e5441ad70a">SPDLOG_LEVEL_ERROR</a></div><div class="ttdeci">#define SPDLOG_LEVEL_ERROR</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00101">common.h:101</a></div></div>
|
|
<div class="ttc" id="classspdlog_1_1spdlog__ex_html_a95052672da1a71145ac56d143b751b3f"><div class="ttname"><a href="classspdlog_1_1spdlog__ex.html#a95052672da1a71145ac56d143b751b3f">spdlog::spdlog_ex::spdlog_ex</a></div><div class="ttdeci">spdlog_ex(std::string msg)</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00178">common.h:178</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_a173dd7064323e4807d720eabcc95fc73"><div class="ttname"><a href="namespacespdlog.html#a173dd7064323e4807d720eabcc95fc73">spdlog::log_clock</a></div><div class="ttdeci">std::chrono::system_clock log_clock</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00079">common.h:79</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_a31c69d0d790b00c6f7102b4f8ef826ee"><div class="ttname"><a href="structspdlog_1_1source__loc.html#a31c69d0d790b00c6f7102b4f8ef826ee">spdlog::source_loc::source_loc</a></div><div class="ttdeci">constexpr source_loc()</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00210">common.h:210</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_aa715720ba2447a5b14bf79b453a89e33"><div class="ttname"><a href="structspdlog_1_1source__loc.html#aa715720ba2447a5b14bf79b453a89e33">spdlog::source_loc::empty</a></div><div class="ttdeci">constexpr bool empty() const noexcept</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00223">common.h:223</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba4d723e295b98a75c1263d85fc165045f">spdlog::level::err</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00117">common.h:117</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a1ed786fe4b8a5babc3aeaa3eba9a9921"><div class="ttname"><a href="namespacespdlog_1_1level.html#a1ed786fe4b8a5babc3aeaa3eba9a9921">spdlog::level::to_string_view</a></div><div class="ttdeci">string_view_t & to_string_view(spdlog::level::level_enum l) noexcept</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00135">common.h:135</a></div></div>
|
|
<div class="ttc" id="classspdlog_1_1sinks_1_1sink_html"><div class="ttname"><a href="classspdlog_1_1sinks_1_1sink.html">spdlog::sinks::sink</a></div><div class="ttdef"><b>Definition:</b> <a href="sink_8h_source.html#l00014">sink.h:14</a></div></div>
|
|
<div class="ttc" id="classspdlog_1_1spdlog__ex_html_abb3438f30d2e0fffb037931e8867f523"><div class="ttname"><a href="classspdlog_1_1spdlog__ex.html#abb3438f30d2e0fffb037931e8867f523">spdlog::spdlog_ex::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00190">common.h:190</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1details_html_a2d61216ea1cb33ba27ddc6a78cc98ecd"><div class="ttname"><a href="namespacespdlog_1_1details.html#a2d61216ea1cb33ba27ddc6a78cc98ecd">spdlog::details::make_unique</a></div><div class="ttdeci">std::unique_ptr< T > make_unique(Args &&... args)</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00239">common.h:239</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a15d2dc432e6bb83beb5130be9a4ca8d6"><div class="ttname"><a href="common_8h.html#a15d2dc432e6bb83beb5130be9a4ca8d6">SPDLOG_NOEXCEPT</a></div><div class="ttdeci">#define SPDLOG_NOEXCEPT</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00035">common.h:35</a></div></div>
|
|
<div class="ttc" id="common_8h_html_a8747e6feba8bf2d3f204cb76bfd4607a"><div class="ttname"><a href="common_8h.html#a8747e6feba8bf2d3f204cb76bfd4607a">SPDLOG_CONSTEXPR</a></div><div class="ttdeci">#define SPDLOG_CONSTEXPR</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00036">common.h:36</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_a8585bf495310a6ce695191739351709b"><div class="ttname"><a href="namespacespdlog.html#a8585bf495310a6ce695191739351709b">spdlog::level_t</a></div><div class="ttdeci">std::atomic< int > level_t</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00094">common.h:94</a></div></div>
|
|
<div class="ttc" id="namespacefmt_1_1v5_html_af7906102d07e0d93b609aef6c05fc27a"><div class="ttname"><a href="namespacefmt_1_1v5.html#af7906102d07e0d93b609aef6c05fc27a">fmt::v5::to_string</a></div><div class="ttdeci">std::string to_string(const T &value)</div><div class="ttdef"><b>Definition:</b> <a href="format_8h_source.html#l03209">format.h:3209</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a70535c68de0c12e9854e31928fb2d671"><div class="ttname"><a href="namespacespdlog_1_1level.html#a70535c68de0c12e9854e31928fb2d671">spdlog::level::short_level_names</a></div><div class="ttdeci">static const char * short_level_names[]</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00133">common.h:133</a></div></div>
|
|
<div class="ttc" id="namespacefmt_1_1v5_html_a7f211f565c9879fafad806b788dde60d"><div class="ttname"><a href="namespacefmt_1_1v5.html#a7f211f565c9879fafad806b788dde60d">fmt::v5::format_system_error</a></div><div class="ttdeci">void format_system_error(internal::buffer &out, int error_code, string_view message)</div><div class="ttdef"><b>Definition:</b> <a href="format-inl_8h_source.html#l00906">format-inl.h:906</a></div></div>
|
|
<div class="ttc" id="common_8h_html_ac7313aeac75b2d8521f04ba9508b9695"><div class="ttname"><a href="common_8h.html#ac7313aeac75b2d8521f04ba9508b9695">SPDLOG_LEVEL_CRITICAL</a></div><div class="ttdeci">#define SPDLOG_LEVEL_CRITICAL</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00102">common.h:102</a></div></div>
|
|
<div class="ttc" id="namespacespdlog_html_ad3ed787a29f245c833ef66faf48036e2"><div class="ttname"><a href="namespacespdlog.html#ad3ed787a29f245c833ef66faf48036e2">spdlog::log_err_handler</a></div><div class="ttdeci">std::function< void(const std::string &err_msg)> log_err_handler</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00082">common.h:82</a></div></div>
|
|
<div class="ttc" id="namespacefmt_1_1v5_html_a3301ccbf6a0ab1b233242041a835a54a"><div class="ttname"><a href="namespacefmt_1_1v5.html#a3301ccbf6a0ab1b233242041a835a54a">fmt::v5::string_view</a></div><div class="ttdeci">basic_string_view< char > string_view</div><div class="ttdef"><b>Definition:</b> <a href="core_8h_source.html#l00428">core.h:428</a></div></div>
|
|
<div class="ttc" id="structspdlog_1_1source__loc_html_a1742569c23cc7e3a01fa6de6f43cc60f"><div class="ttname"><a href="structspdlog_1_1source__loc.html#a1742569c23cc7e3a01fa6de6f43cc60f">spdlog::source_loc::line</a></div><div class="ttdeci">uint32_t line</div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00228">common.h:228</a></div></div>
|
|
<div class="ttc" id="classfmt_1_1v5_1_1basic__string__view_html"><div class="ttname"><a href="classfmt_1_1v5_1_1basic__string__view.html">fmt::v5::basic_string_view< char ></a></div></div>
|
|
<div class="ttc" id="namespacespdlog_1_1level_html_a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58"><div class="ttname"><a href="namespacespdlog_1_1level.html#a35f5227e5daf228d28a207b7b2aefc8ba309b214a2b8629b6cf0048ce916e8a58">spdlog::level::critical</a></div><div class="ttdef"><b>Definition:</b> <a href="common_8h_source.html#l00118">common.h:118</a></div></div>
|
|
</div><!-- fragment --></div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_5f1136fe404e0a548faf586fae339a6a.html">sdk_core</a></li><li class="navelem"><a class="el" href="dir_fef6b6f1028f30fedf17225feaaa02fe.html">include</a></li><li class="navelem"><a class="el" href="dir_7bb3e31efd6b819bbb0704cee4a66d41.html">third_party</a></li><li class="navelem"><a class="el" href="dir_cf58c3a45797022668a1e269b5315a33.html">spdlog</a></li><li class="navelem"><a class="el" href="dir_248a80cf6760c7a1ab13394a1c16f7b2.html">spdlog</a></li><li class="navelem"><a class="el" href="common_8h.html">common.h</a></li>
|
|
<li class="footer">Generated by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|