MLogMessageProtocol Class Reference

class MLogMessageProtocol
Public Member Functions
void ClearLog (const TFullName &)
void LogBinaryDump (const TDesC8 &, const TDesC8 &, const TDesC8 &)
void LogComment (const TDesC8 &)
void LogString (const TDesC8 &, const TDesC8 &, const TDesC8 &, const TThreadId &)
void MediaUpdate (const TDesC8 &, const TBool , const TDesC8 &)
void SetTimeL (const TTime &)
void ShutDown ()

Member Functions Documentation

ClearLog(const TFullName &)

void ClearLog ( const TFullName & aName ) [pure virtual]

Parameters

const TFullName & aName

LogBinaryDump(const TDesC8 &, const TDesC8 &, const TDesC8 &)

void LogBinaryDump ( const TDesC8 & aBinaryString,
const TDesC8 & aSubSystem,
const TDesC8 & aComponent
) [pure virtual]

Parameters

const TDesC8 & aBinaryString
const TDesC8 & aSubSystem
const TDesC8 & aComponent

LogComment(const TDesC8 &)

void LogComment ( const TDesC8 & aComment ) [pure virtual]

Parameters

const TDesC8 & aComment

LogString(const TDesC8 &, const TDesC8 &, const TDesC8 &, const TThreadId &)

void LogString ( const TDesC8 & aLogString,
const TDesC8 & aSubSystem,
const TDesC8 & aComponent,
const TThreadId & aThreadId
) [pure virtual]

Parameters

const TDesC8 & aLogString
const TDesC8 & aSubSystem
const TDesC8 & aComponent
const TThreadId & aThreadId

MediaUpdate(const TDesC8 &, const TBool, const TDesC8 &)

void MediaUpdate ( const TDesC8 & aMediaSetting,
const TBool aForceFlush,
const TDesC8 & aLogPathSetting
) [pure virtual]

Parameters

const TDesC8 & aMediaSetting
const TBool aForceFlush
const TDesC8 & aLogPathSetting

SetTimeL(const TTime &)

void SetTimeL ( const TTime & aTime ) [pure virtual]

Parameters

const TTime & aTime

ShutDown()

void ShutDown ( ) [pure virtual]