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.

Definition at line 21 of file trassist.h.


Constructor & Destructor Documentation

TraceAssistant::TraceAssistant ( LPCTSTR  ptszFullPipeName  )  [inline]

Definition at line 38 of file trassist.h.

Here is the call graph for this function:

TraceAssistant::~TraceAssistant (  )  [inline]

Definition at line 52 of file trassist.h.


Member Function Documentation

void TraceAssistant::ReloadParams (  )  [inline]

Reloads TraceAssist parameters from registry.

Definition at line 31 of file trassist.h.

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.

Definition at line 63 of file trassist.h.


Member Data Documentation

BazisLib::FilePath TraceAssistant::m_LogFileName [private]

Definition at line 26 of file trassist.h.

TraceAssistParams TraceAssistant::m_Params [private]

Definition at line 24 of file trassist.h.

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

Definition at line 25 of file trassist.h.

std::string TraceAssistant::m_Prefix [private]

Definition at line 27 of file trassist.h.


The documentation for this class was generated from the following file:
  • E:/PROJECTS/cvsed/mixed/VIRTUA~1/rpcdispatch/trassist.h