Context.cpp
Go to the documentation of this file.
1 #include "Context.hpp"
2 
3 namespace iv
4 {
5 
7  ss(),
8  mss( &this->ss )
9 {
10 }
11 
12 bool Context::log_enabled( LogId id ) const
13 {
14  return this->log_process_enabled( id );
15 }
16 
17 }