NAME
SpringCard Calypso API :: Trace and debugging stuff
COPYRIGHT
(c) 2008 PRO ACTIVE SAS - See LICENCE.txt for licence information
AUTHOR
Johann Dantant / PRO ACTIVE
HISTORY
JDA 21/10/2008 : first public release
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
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