Reorganised the modules directory, started serious work on GUI support
[tpg/acess2.git] / Modules / Interfaces / UDI / include / udi / log.h
1 /**
2  * \file udi_log.h
3  */
4 #ifndef _UDI_LOG_H_
5 #define _UDI_LOG_H_
6
7 /**
8  * \brief Trace Event
9  */
10 typedef udi_ubit32_t    udi_trevent_t;
11
12 /**
13  * \brief Log Callback
14  */
15 typedef void udi_log_write_call_t(udi_cb_t *gcb, udi_status_t correlated_status);
16
17 /**
18  * \name Log Severities
19  * \brief Values for severity
20  * \{
21  */
22 #define UDI_LOG_DISASTER        1
23 #define UDI_LOG_ERROR           2
24 #define UDI_LOG_WARNING         3
25 #define UDI_LOG_INFORMATION     4
26 /**
27  * \}
28  */
29
30
31 #endif

UCC git Repository :: git.ucc.asn.au