OS-dependent generic type definitions. More...
#include <stdio.h>
#include <stdarg.h>
Defines | |
#define | NORMAL_LOGGING 0 |
global, local, and runtime settings affect logging | |
#define | DISABLE_LOGGING 1 |
all logging disabled and removed from code | |
#define | MINIMAL_LOGGING 2 |
only higher priority messages allowed and primary facilities allowed | |
#define | LOG_EMERG 0 |
system is unusable | |
#define | LOG_ALERT 1 |
action must be taken immediately | |
#define | LOG_CRIT 2 |
critical condition | |
#define | LOG_ERR 3 |
error conditions | |
#define | LOG_WARNING 4 |
warning conditions | |
#define | LOG_NOTICE 5 |
normal but significant condition | |
#define | LOG_INFO 6 |
informational | |
#define | LOG_DEBUG 7 |
debug-level messages | |
#define | LOG_LBS_API 1 << 0 |
Send mesage to the LOG file whenever customer calls LBS API. | |
#define | LOG_LBS_RAW 1 << 1 |
Log data passed through LBS API. | |
#define | LOG_LBS_MODULE1 1 << 10 |
Reserved. | |
#define | LOG_LBS_MODULE2 1 << 11 |
Reserved. | |
#define | LOG_LBS_MODULE3 1 << 12 |
Reserved. | |
#define | LOG_LBS_MODULE4 1 << 13 |
Reserved. | |
#define | LOG_LBS_MODULE5 1 << 14 |
Reserved. | |
#define | LOG_LBS_MODULE6 1 << 15 |
Reserved. | |
#define | LOG_LBS_DEV1 1 << 16 |
debugging stream | |
#define | LOG_LBS_DEV2 1 << 17 |
debugging stream | |
#define | LOG_LBS_DEV3 1 << 18 |
debugging stream | |
#define | LOG_LBS_DEV4 1 << 19 |
debugging stream | |
#define | LOG_LBS_DEV5 1 << 20 |
debugging stream | |
#define | LOG_LBS_DEV6 1 << 21 |
debugging stream | |
#define | LOG_LBS_DEV7 1 << 22 |
debugging stream | |
#define | LOG_LBS_DEV8 1 << 23 |
debugging stream | |
#define | LOG_LBS_USR1 1 << 24 |
Reserved. | |
#define | LOG_LBS_USR2 1 << 25 |
Reserved. | |
#define | LOG_LBS_USR3 1 << 26 |
Reserved. | |
#define | LOG_LBS_USR4 1 << 27 |
Reserved. | |
#define | LOG_LBS_USR5 1 << 28 |
Reserved. | |
#define | LOG_LBS_USR6 1 << 29 |
Reserved. | |
#define | LOG_LBS_USR7 1 << 30 |
Reserved. | |
#define | LOG_LBS_USR8 1 << 31 |
Reserved. |
OS-dependent generic type definitions.
Copyright (c) 2009 by Broadcom Corp. All Rights Reserved.
The information contained herein is confidential property of Broadcom. The use, copying, transfer or disclosure of such information is prohibited except by express written agreement with Broadcom.