Den::Logging Class Reference

class Den::Logging
Public Member Functions
const TText8 * IPCMessName ( TInt )
void IPCMessName ( TInt , TDes8 &)
IMPORT_C void Printf ( TInt , const TDesC8 &, TRefByValue < const TDesC8 >, ...)
IMPORT_C void Printf ( TInt , const TDesC8 &, TLogEntryType , TRefByValue < const TDesC8 >, ...)
IMPORT_C void Printf ( TInt , const TDesC8 &, TLogEntryType , TRefByValue < const TDesC8 >, VA_LIST &)
Public Member Enumerations
enum TLogEntryType { ELogBinary  = KBinary, ELogInfo  = KText, ELogBlockStart , ELogBlockEnd }
Private Member Enumerations
enum anonymous { KPrimaryFilter  = 194 }

Member Functions Documentation

IPCMessName(TInt)

const TText8 * IPCMessName ( TInt aMess ) [static]

Parameters

TInt aMess

IPCMessName(TInt, TDes8 &)

void IPCMessName ( TInt aMessNum,
TDes8 & aMessBuf
) [static]

Parameters

TInt aMessNum
TDes8 & aMessBuf

Printf(TInt, const TDesC8 &, TRefByValue< const TDesC8 >, ...)

IMPORT_C void Printf ( TInt aWorkerId,
const TDesC8 & aSubTag,
TRefByValue < const TDesC8 > aFmt,
...
) [static]

Parameters

TInt aWorkerId
const TDesC8 & aSubTag
TRefByValue < const TDesC8 > aFmt
...

Printf(TInt, const TDesC8 &, TLogEntryType, TRefByValue< const TDesC8 >, ...)

IMPORT_C void Printf ( TInt aWorkerId,
const TDesC8 & aSubTag,
TLogEntryType aType,
TRefByValue < const TDesC8 > aFmt,
...
) [static]

Parameters

TInt aWorkerId
const TDesC8 & aSubTag
TLogEntryType aType
TRefByValue < const TDesC8 > aFmt
...

Printf(TInt, const TDesC8 &, TLogEntryType, TRefByValue< const TDesC8 >, VA_LIST &)

IMPORT_C void Printf ( TInt aWorkerId,
const TDesC8 & aSubTag,
TLogEntryType aType,
TRefByValue < const TDesC8 > aFmt,
VA_LIST & aList
) [static]

Parameters

TInt aWorkerId
const TDesC8 & aSubTag
TLogEntryType aType
TRefByValue < const TDesC8 > aFmt
VA_LIST & aList

Member Enumerations Documentation

Enum anonymous

Enumerators

KPrimaryFilter = 194

Enum TLogEntryType

Enumerators

ELogBinary = KBinary
ELogInfo = KText
ELogBlockStart
ELogBlockEnd