Changeset 1444 for trunk/src/emx/include/InnoTekLIBC/logstrict.h
- Timestamp:
- May 16, 2004, 11:20:36 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/logstrict.h
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1443 r1444 4 4 * InnoTek LIBC - Debug Logging and Strict Checking Features. 5 5 * 6 * InnoTek Systemberatung GmbH confidential6 * InnoTek Systemberatung GmbH 7 7 * 8 8 * Copyright (c) 2004 InnoTek Systemberatung GmbH … … 486 486 487 487 /** 488 * Dumps a byte block. 489 * 490 * @param uEnterTS The timestamp returned by LogEnter. 491 * @param pvInstance Logger instance. If NULL the message goes to the 492 * default log instance. 493 * @param fGroupAndFlags Logging group and logging flags. 494 * @param pszFunction Name of the function which was entered. 495 * @param pvData Pointer to the bytes to dump. 496 * @param cbData Number of bytes to dump. 497 * @param pszFormat Format string for the message to log. 498 * @param ... Arguments to the format string. 499 */ 500 extern void __libc_LogDumpHex(unsigned uEnterTS, void *pvInstance, unsigned fGroupAndFlags, const char *pszFunction, void *pvData, unsigned cbData, const char *pszFormat, ...); 501 502 /** 488 503 * Assertion helper. 489 504 * Logs and displays (stderr) an assertion failed message. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.