Changes between Version 3 and Version 4 of LibcLogging
- Timestamp:
- Jan 27, 2008, 9:17:07 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibcLogging
v3 v4 6 6 7 7 It is possible to disable (or enabled) certain log groups using the LIBC_LOGGING env.var. The value of LIBC_LOGGING is a list of groups with an operator '+' or '-' operator in front of them. There is a special group 'all' which can be used to disable or enable all groups. For a correct list of groups, see the source code: 8 * http://svn.netlabs.org/libc/browser/trunk/libc/src/ libc/sys/logstrict.c#L4288 * http://svn.netlabs.org/libc/browser/trunk/libc/src/kNIX/os2/logstrict.c#L476 9 9 10 10 Further details about the logging can be obtained by checking out the source file and header: 11 * http://svn.netlabs.org/libc/browser/trunk/libc/src/ libc/sys/logstrict.c12 * http://svn.netlabs.org/libc/browser/trunk/libc/include/ InnoTekLIBC/logstrict.h11 * http://svn.netlabs.org/libc/browser/trunk/libc/src/kNIX/os2/logstrict.c#L476 12 * http://svn.netlabs.org/libc/browser/trunk/libc/include/klibc/logstrict.h