Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.3.0/v0.9.0/cpp
DOLFINx  0.3.0
DOLFINx C++ interface
TimeLogManager.h
1 // Copyright (C) 2003-2016 Anders Logg
2 //
3 // This file is part of DOLFINx (https://www.fenicsproject.org)
4 //
5 // SPDX-License-Identifier: LGPL-3.0-or-later
6 
7 #pragma once
8 
9 #include "TimeLogger.h"
10 
11 namespace dolfinx::common
12 {
13 
15 
17 {
18 public:
20  static TimeLogger& logger();
21 };
22 } // namespace dolfinx::common
Logger initialisation.
Definition: TimeLogManager.h:17
static TimeLogger & logger()
Singleton instance of logger.
Definition: TimeLogManager.cpp:12
Timer logging.
Definition: TimeLogger.h:23
Miscellaneous classes, functions and types.