|
||||
File indexing completed on 2025-01-18 10:12:43
0001 // Copyright(c) 2015-present, Gabi Melman & spdlog contributors. 0002 // Distributed under the MIT License (http://opensource.org/licenses/MIT) 0003 0004 #pragma once 0005 0006 namespace spdlog { 0007 class logger; 0008 class formatter; 0009 0010 namespace sinks { 0011 class sink; 0012 } 0013 0014 namespace level { 0015 enum level_enum : int; 0016 } 0017 0018 } // namespace spdlog
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |