::QuickLog method

 

void QuickLog(const char* pModuleName, const char* pCaseName,

const char* pText, const ITLogLevel LogLevel = LEVEL_INFO,

const char* pLogChannelName = "StdLog");

 

This is a global method.

 

Purpose:

§      output a logmessage in the given logchannel

 

Actions:

§      If the logchannel is open then the logmessage is queued in that logchannel’s output messages buffer. A short time later it should be written to file.

§      Else the message is thrown away.

 

Return value:

§      none