added function get_log_level_string to logfunc.cpp/hpp
[libi2ncommon] / src / logfunc.hpp
index 6c0cc3c..1cd03da 100644 (file)
@@ -209,6 +209,8 @@ int set_log_level( int level );
 int get_log_level();
 bool has_log_level(int level);
 
+std::string get_log_level_string();
+
 
 /*
 ** char* versions .... *sigh*
@@ -222,7 +224,6 @@ inline void enable_syslog( const char* name, Facility facility= Facility::User )
 
 inline void enable_log_file( const char* name) { enable_log_file( std::string(name) ); }
 
-
 } // eo namespace Logger
 } // eo namespace I2n