DOLFINx
0.9.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
dolfinx
common
log.h
1
// Copyright (C) 2019 Chris Richardson
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 <spdlog/spdlog.h>
10
11
namespace
dolfinx
12
{
13
25
void
init_logging
(
int
argc,
char
* argv[]);
26
27
}
// namespace dolfinx
dolfinx
Top-level namespace.
Definition
defines.h:12
dolfinx::init_logging
void init_logging(int argc, char *argv[])
Optional initialisation of the logging backend.
Definition
log.cpp:12
Generated by
1.12.0