1 // SWIG file Log.i
2 
3 %{
4 #include "openturns/Log.hxx"
5 %}
6 
7 %include Log_doc.i
8 
9 %apply UnsignedInteger { OT::Log::Severity };
10 
11 %nodefaultctor Log;
12 
13 %include openturns/Log.hxx
14