aboutsummaryrefslogtreecommitdiff
path: root/libs/installer_bsplugins/src/lootcli/lootcli.h
blob: af09fc02f24344b30d7f1c4140024c4aeb7b0939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef LOOTCLI_STUB_H
#define LOOTCLI_STUB_H

// Stub lootcli header for Fluorine port (real lootcli lib not vendored).
// Only the types referenced by non-LOOT code (Settings::lootLogLevel) remain.

namespace lootcli
{

enum class LogLevels
{
  Trace,
  Debug,
  Info,
  Warning,
  Error,
};

}  // namespace lootcli

#endif  // LOOTCLI_STUB_H