X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FFileTarget.hh;h=cd5c71a126eb6103736f7f9fbac2bec4ac4f1dda;hb=9a074ebd4b82022bfe686b40de8db80927def2b8;hp=a6fac2bf425ec8601881b4f2b62e0820b25d664f;hpb=044a1bfb46ce16c3daac307b8c684604b43dd4cf;p=senf.git diff --git a/Utils/Logger/FileTarget.hh b/Utils/Logger/FileTarget.hh index a6fac2b..cd5c71a 100644 --- a/Utils/Logger/FileTarget.hh +++ b/Utils/Logger/FileTarget.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// Copyright (C) 2007 +// 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 @@ -37,12 +37,12 @@ namespace senf { namespace log { - /** \brief Log target writing to a log file. + /** \brief Log target writing to a %log file. - The FileTarget will save all log messages in the given file. Messages will be appended at + The FileTarget will save all %log messages in the given file. Messages will be appended at the end of the file. - After log files have been rotated, the reopen() member should be called to create a new log + After %log files have been rotated, the reopen() member should be called to create a new %log file. \ingroup targets @@ -63,8 +63,8 @@ namespace log { ///@} /////////////////////////////////////////////////////////////////////////// - void reopen(); ///< Reopen log after log-file rotation - void reopen(std::string file); ///< Reopen log under a new name + void reopen(); ///< Reopen %log after log-file rotation + void reopen(std::string file); ///< Reopen %log under a new name private: std::string file_;