Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Classes | Functions

SgDebug.h File Reference

Logging stream. More...

#include <iosfwd>
#include <sstream>

Go to the source code of this file.

Classes

class  SgDebugToNewFile
 Temporarily redirect IO to file for lifetime of this object. More...
class  SgDebugToString
 Temporarily redirect IO to a string buffer for lifetime of this object. More...

Functions

std::ostream & SgDebug ()
 Current logging stream.
std::ostream & SgWarning ()
 Write warning prefix to logging stream and return it.
void SgDebugToFile (const char *filename)
 Set logging stream to file.
void SgDebugToNull ()
 Set logging stream to null stream.
void SgDebugToWindow ()
 Set logging stream to console window.
std::ostream * SgSwapDebugStr (std::ostream *newStr)

Detailed Description

Logging stream.

Definition in file SgDebug.h.


Function Documentation

std::ostream& SgDebug (  ) 
void SgDebugToFile ( const char *  filename  ) 

Set logging stream to file.

Definition at line 51 of file SgDebug.cpp.

References s_fileStream.

void SgDebugToNull (  ) 

Set logging stream to null stream.

Discards everything written to SgDebug().

Definition at line 58 of file SgDebug.cpp.

References s_nullStream.

Referenced by SgGtpCommands::CmdQuiet().

void SgDebugToWindow (  ) 

Set logging stream to console window.

Todo:
: Bad function name, uses std::cerr on Unix and std::cout on MAC

Definition at line 46 of file SgDebug.cpp.

References cerr.

std::ostream* SgSwapDebugStr ( std::ostream *  newStr  ) 
std::ostream& SgWarning (  ) 

Write warning prefix to logging stream and return it.

Writes "WARNING: " to the logging stream and returns it for outputting the rest of the warning line. Lines beginning with this prefix are displayed in a different color than regular stderr output in GoGui.

Definition at line 38 of file SgDebug.cpp.

References SgDebug().

Referenced by SgGameWriter::HandleProps(), and SgUctSearch::StartSearch().


Sun Mar 13 2011 Doxygen 1.7.1