Nix
2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
loggers.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include "
lix/libutil/types.hh
"
5
6
namespace
nix {
7
8
enum class
LogFormat {
9
raw,
10
rawWithLogs,
11
internalJSON,
12
bar,
13
barWithLogs,
14
multiline,
15
multilineWithLogs,
16
};
17
18
void
setLogFormat(
const
std::string & logFormatStr);
19
void
setLogFormat(
const
LogFormat & logFormat);
20
21
void
createDefaultLogger();
22
23
}
types.hh
lix
libmain
loggers.hh
Generated by
1.15.0