TraceAssistant Class Reference

Allows saving DbgPrint() messages directly to files on host machine bypassing WinDBG. More...

#include <trassist.h>

List of all members.

Public Member Functions

void ReloadParams ()
 Reloads TraceAssist parameters from registry.
 TraceAssistant (LPCTSTR ptszFullPipeName)
 ~TraceAssistant ()
bool TraceLine (const char *pszLine, size_t LineLength)
 Logs a block of text.

Private Attributes

TraceAssistParams m_Params
BazisLib::File * m_pLogFile
BazisLib::FilePath m_LogFileName
std::string m_Prefix


Detailed Description

Allows saving DbgPrint() messages directly to files on host machine bypassing WinDBG.

Constructor & Destructor Documentation

TraceAssistant::TraceAssistant ( LPCTSTR  ptszFullPipeName  )  [inline]

Here is the call graph for this function:

TraceAssistant::~TraceAssistant (  )  [inline]


Member Function Documentation

void TraceAssistant::ReloadParams (  )  [inline]

Reloads TraceAssist parameters from registry.

bool TraceAssistant::TraceLine ( const char *  pszLine,
size_t  LineLength 
) [inline]

Logs a block of text.

Returns:
If the text was successfully logged and it should not be passed to WinDBG, the function returns true. If an error occured, or the settings prevent TraceAssist from logging the line, the function returns false, and the text is passed to WinDBG.


Member Data Documentation

BazisLib::FilePath TraceAssistant::m_LogFileName [private]

TraceAssistParams TraceAssistant::m_Params [private]

BazisLib::File* TraceAssistant::m_pLogFile [private]

std::string TraceAssistant::m_Prefix [private]


The documentation for this class was generated from the following file:
SourceForge.net Logo