Project
Loading...
Searching...
No Matches
LogParsingHelpers.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
#ifndef O2_FRAMEWORK_LOGPARSINGHELPERS_H_
12
#define O2_FRAMEWORK_LOGPARSINGHELPERS_H_
13
14
#include <string>
15
#include <string_view>
16
17
namespace
o2::framework
18
{
19
21
struct
LogParsingHelpers
{
23
enum struct
LogLevel
{
24
Debug
,
25
Info
,
26
Important
,
27
Warning
,
28
Alarm
,
29
Error
,
30
Critical
,
31
Fatal
,
32
Unknown
,
33
Size
34
};
35
37
static
char
const
*
const
LOG_LEVELS
[(
int
)LogLevel::Size];
38
43
static
LogLevel
parseTokenLevel
(std::string_view
const
s);
44
};
45
46
}
// namespace o2::framework
47
#endif
// O2_FRAMEWORK_LOGPARSINGHELPERS_H_
int
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::LogParsingHelpers
A set of helpers to parse device logs.
Definition
LogParsingHelpers.h:21
o2::framework::LogParsingHelpers::LogLevel
LogLevel
Possible log levels for device log entries.
Definition
LogParsingHelpers.h:23
o2::framework::LogParsingHelpers::LogLevel::Important
@ Important
o2::framework::LogParsingHelpers::LogLevel::Warning
@ Warning
o2::framework::LogParsingHelpers::LogLevel::Critical
@ Critical
o2::framework::LogParsingHelpers::LogLevel::Info
@ Info
o2::framework::LogParsingHelpers::LogLevel::Alarm
@ Alarm
o2::framework::LogParsingHelpers::LogLevel::Size
@ Size
o2::framework::LogParsingHelpers::LogLevel::Unknown
@ Unknown
o2::framework::LogParsingHelpers::LogLevel::Fatal
@ Fatal
o2::framework::LogParsingHelpers::LogLevel::Error
@ Error
o2::framework::LogParsingHelpers::LogLevel::Debug
@ Debug
o2::framework::LogParsingHelpers::parseTokenLevel
static LogLevel parseTokenLevel(std::string_view const s)
Definition
LogParsingHelpers.cxx:29
o2::framework::LogParsingHelpers::LOG_LEVELS
static char const *const LOG_LEVELS[(int) LogLevel::Size]
Available log levels.
Definition
LogParsingHelpers.h:37
Framework
Core
include
Framework
LogParsingHelpers.h
Generated on Fri Apr 4 2025 15:10:03 for Project by
1.9.8