cryptomgmtlibs/cryptotokenfw/source/ctframework/CTLogger.cpp
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <ct/logger.h>
    19 #include "ct/logger.h"
    20 #include <f32file.h>
    20 #include <f32file.h>
    21 
    21 
    22 #if defined(_DEBUG) && defined(__CT_LOGGING__)
    22 #if defined(_DEBUG) && defined(__CT_LOGGING__)
    23 
    23 
    24 _LIT(KLogFilename, "\\logs\\security\\cryptotokens.txt");	
    24 _LIT(KLogFilename, "\\logs\\security\\cryptotokens.txt");