Defs.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace iv
6 {
7 namespace Defs
8 {
9 
10 namespace Log
11 {
12  extern const iv::LogId StartupDump;
13 }
14 
15 }
16 }