Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/v0.4.1/v0.9.0/cpp
FEniCS 2022
Download
Documentation
Community
Citing
Donate
Basix 0.4.1
Home
Installation
Demos
C++ docs
Python docs
cpp
basix
log.h
1
// Copyright (c) 2019 Chris Richardson
2
// FEniCS Project
3
// SPDX-License-Identifier: MIT
4
5
#pragma once
6
7
#define LOGURU_WITH_STREAMS 1
8
#define LOGURU_REPLACE_GLOG 1
9
10
#include "loguru.hpp"