Guiliani  Version 2.6 revision 7293 (documentation build 12)
GUITraceLevels.h
1/*
2* Copyright (C) TES Electronic Solutions GmbH,
3* All Rights Reserved.
4* Contact: info@guiliani.de
5*
6* This file is part of the Guiliani HMI framework
7* for the development of graphical user interfaces on embedded systems.
8*/
9
10#ifndef GUITRACELEVELS__H_
11#define GUITRACELEVELS__H_
12
33#define GUI_TRACE_OFF -1
34
36#define GUI_TRACE_ERROR 0
37
39#define GUI_TRACE_WARNING 1
40
42#define GUI_TRACE_DEBUG 2
43
44#endif