Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

LogManager.h

Go to the documentation of this file.
00001 // Copyright (C) 2003 Johan Hoffman and Anders Logg.
00002 // Licensed under the GNU GPL Version 2.
00003 //
00004 // Thanks to Jim Tilander for many helpful hints.
00005 
00006 #ifndef __LOG_MANAGER_H
00007 #define __LOG_MANAGER_H
00008 
00009 #include <dolfin/Logger.h>
00010 
00011 namespace dolfin {
00012   
00013   class LogManager {
00014   public:
00015     
00016     static Logger log;
00017          
00018   };
00019 
00020 }
00021   
00022 #endif


Documentation automatically generated with Doxygen on 10 Sep 2004.