Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/d7/d7f/log_8h_source.html
DOLFINx
0.7.2
DOLFINx C++ interface
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
Typedefs
Enumerations
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
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
#define LOGURU_WITH_STREAMS 1
10
#define LOGURU_REPLACE_GLOG 1
11
12
#include "loguru.hpp"
13
14
namespace
dolfinx
15
{
16
32
void
init_logging
(
int
argc,
char
* argv[]);
33
34
}
// 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.9.8