trikRuntime
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
QsLogLevel.h
Go to the documentation of this file.
1
// Copyright (c) 2013, Razvan Petru
2
// All rights reserved.
3
4
// Redistribution and use in source and binary forms, with or without modification,
5
// are permitted provided that the following conditions are met:
6
7
// * Redistributions of source code must retain the above copyright notice, this
8
// list of conditions and the following disclaimer.
9
// * Redistributions in binary form must reproduce the above copyright notice, this
10
// list of conditions and the following disclaimer in the documentation and/or other
11
// materials provided with the distribution.
12
// * The name of the contributors may not be used to endorse or promote products
13
// derived from this software without specific prior written permission.
14
15
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
// WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18
// IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
19
// INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
20
// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
22
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
23
// OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
24
// OF THE POSSIBILITY OF SUCH DAMAGE.
25
26
#pragma once
27
28
namespace
QsLogging
29
{
30
31
enum
Level
32
{
33
TraceLevel
= 0,
34
DebugLevel
,
35
InfoLevel
,
36
WarnLevel
,
37
ErrorLevel
,
38
FatalLevel
,
39
OffLevel
40
};
41
42
}
QsLogging::InfoLevel
Definition:
QsLogLevel.h:35
QsLogging::WarnLevel
Definition:
QsLogLevel.h:36
QsLogging::TraceLevel
Definition:
QsLogLevel.h:33
QsLogging::Level
Level
Definition:
QsLogLevel.h:31
QsLogging::OffLevel
Definition:
QsLogLevel.h:39
QsLogging
Definition:
QsLog.cpp:38
QsLogging::ErrorLevel
Definition:
QsLogLevel.h:37
QsLogging::FatalLevel
Definition:
QsLogLevel.h:38
QsLogging::DebugLevel
Definition:
QsLogLevel.h:34
qslog
QsLogLevel.h
Generated by
1.8.11