TABLE OF CONTENTS

 

[Modules] Calypso_PC_Trace.c

NAME

   SpringCard Calypso API :: Trace and debugging stuff

COPYRIGHT

AUTHOR

   Johann Dantant / PRO ACTIVE

HISTORY

   JDA 21/10/2008 : first public release

[Functions] CalypsoSetTraceFile

NAME

   CalypsoSetTraceFile

DESCRIPTION

   Define the output of the DLL traces

INPUTS

   const char *filename

RETURNS

   none

NOTES

   Use CalypsoSetTraceFile("stdout") to read the output in the console

[Functions] CalypsoSetTraceLevel

NAME

   CalypsoSetTraceLevel

DESCRIPTION

   Define the verbosity of the DLL

INPUTS

   BYTE level

RETURNS

   none

NOTES

   level is an array of bits :
   
   ********
   +--------- RFU
    +-------- trace the transactions
     +------- trace the SAM related functions
      +------ trace the Card related functions
       +----- trace errors
        +---- trace function calls
         +--- debug the library
          +-- debug at APDU level

Generated from calypso_pc_trace.c on Mon Aug 18 16:38:26 2014