/usr/include/dolfin/log/dolfin_log.h is in libdolfin-dev 2017.2.0.post0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef __DOLFIN_LOG_H
#define __DOLFIN_LOG_H
/// DOLFIN log interface
#include <dolfin/log/log.h>
#include <dolfin/log/Event.h>
#include <dolfin/log/LogStream.h>
#include <dolfin/log/Progress.h>
#include <dolfin/log/Table.h>
#include <dolfin/log/LogLevel.h>
#endif
|