Defs.cpp
Go to the documentation of this file.
1 #include "Defs.hpp"
2 
3 namespace iv
4 {
5 namespace Defs
6 {
7 
8 namespace Log
9 {
10  const iv::LogId StartupDump = iv::LogId::create( "StartupDump" );
11 }
12 
13 }
14 }