Utils/Logger: set defautl compile-time log limit for senf::log::Debug to NOTICE
[senf.git] / Utils / Logger / StreamRegistry.ih
index 5eae6c2..c1bf561 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -43,6 +43,7 @@ namespace detail {
         
         std::string fullName() const;
         virtual std::string v_name() const;
+        virtual unsigned defaultRuntimeLimit() const = 0;
 
         void init();