~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to NuxCore/LoggingWriter.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20110825134245-kfz5nhs15353wcbl
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{
47
47
public:
48
48
  static Writer& Instance();
 
49
  ~Writer();
49
50
 
50
51
  void WriteMessage(Level severity,
51
52
                    std::string const& module,
58
59
 
59
60
private:
60
61
  Writer();
61
 
  ~Writer();
62
62
 
63
63
private:
64
64
  class Impl;