Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
loggers.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
types.hh
"
5
6
namespace
nix {
7
8
enum class
LogFormat {
9
raw,
10
rawWithLogs,
11
internalJSON,
12
bar,
13
barWithLogs,
14
};
15
16
void
setLogFormat(
const
std::string & logFormatStr);
17
void
setLogFormat(
const
LogFormat & logFormat);
18
19
void
createDefaultLogger();
20
21
}
types.hh
src
libmain
loggers.hh
Generated by
1.13.2