Ignore:
Timestamp:
May 16, 2004, 11:20:36 PM (21 years ago)
Author:
bird
Message:

libc_LogDumpHex.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/logstrict.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1443 r1444  
    44 * InnoTek LIBC - Debug Logging and Strict Checking Features.
    55 *
    6  * InnoTek Systemberatung GmbH confidential
     6 * InnoTek Systemberatung GmbH
    77 *
    88 * Copyright (c) 2004 InnoTek Systemberatung GmbH
     
    486486
    487487/**
     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 */
     500extern void     __libc_LogDumpHex(unsigned uEnterTS, void *pvInstance, unsigned fGroupAndFlags, const char *pszFunction, void *pvData, unsigned cbData, const char *pszFormat, ...);
     501
     502/**
    488503 * Assertion helper.
    489504 * Logs and displays (stderr) an assertion failed message.
Note: See TracChangeset for help on using the changeset viewer.