X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FDefinitions.hh;h=0c0fb3359a6b59d1fbe65458e5b89d13ac0ffea3;hb=51044eb18f034c1a059ffe2fb109a422c1cbe251;hp=ecf05b5d30aa2efda45933c00b2c58abe818b055;hpb=ae06fe86f16fdabb7ffb219d255444d2eb4f4f79;p=senf.git diff --git a/Utils/Logger/Definitions.hh b/Utils/Logger/Definitions.hh index ecf05b5..0c0fb33 100644 --- a/Utils/Logger/Definitions.hh +++ b/Utils/Logger/Definitions.hh @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -77,8 +77,8 @@ namespace log { /** \brief Define new default log area for the class - This command declares the containing class to be it's own default log area. It is such like a - combination of \ref SENF_LOG_DEF_AREA and \ref SENF_LOG_DEFAULT_AREA with a twist. + This command declares the containing class to be it's own default log area. It is such like + a combination of \ref SENF_LOG_DEF_AREA and \ref SENF_LOG_DEFAULT_AREA with a twist. \hideinitializer */ @@ -107,12 +107,11 @@ namespace log { }; \ } - /** \brief Default global log stream */ - SENF_LOG_DEF_STREAM(Debug, MESSAGE, MESSAGE, MESSAGE); + /** \brief Default global log stream */ + SENF_LOG_DEF_STREAM(Debug, MESSAGE, MESSAGE, MESSAGE); - /** \brief Default global log area */ - SENF_LOG_DEF_AREA_I(DefaultArea, - std::string v_name() const { return ""; }); + /** \brief Default global log area */ + SENF_LOG_DEF_AREA(DefaultArea); ///\} ///\}