~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/log/LogManager.cpp

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright (C) 2003-2005 Anders Logg.
2
 
// Licensed under the GNU LGPL Version 2.1.
3
 
//
4
 
// First added:  2003-03-13
5
 
// Last changed: 2005
6
 
 
7
 
#include <dolfin/LogManager.h>
8
 
 
9
 
// Initialise static data
10
 
dolfin::Logger dolfin::LogManager::logger;