NCBI C++ ToolKit
|
Search Toolkit Book for CBlastDbCheckLog
Public Member Functions | |
CBlastDbCheckLog (ostream &outp, int max_level) | |
ostream & | Log (int L) |
int | GetLevel () |
Private Member Functions | |
CBlastDbCheckLog (const CBlastDbCheckLog &) | |
CBlastDbCheckLog & | operator= (const CBlastDbCheckLog &) |
Private Attributes | |
int | m_Level |
ostream & | m_Output |
CNcbiOstrstream | m_DevNull |
Definition at line 258 of file blastdbcheck.cpp.
|
inline |
Definition at line 260 of file blastdbcheck.cpp.
|
private |
|
inline |
Definition at line 275 of file blastdbcheck.cpp.
References m_Level.
Referenced by CTestAction::LogLevel().
|
inline |
Definition at line 265 of file blastdbcheck.cpp.
References m_DevNull, m_Level, and m_Output.
Referenced by CAliasTest::Log(), CTestAction::Log(), and CTestAction::LogMore().
|
private |
|
private |
Definition at line 286 of file blastdbcheck.cpp.
Referenced by Log().
|
private |
Definition at line 284 of file blastdbcheck.cpp.
Referenced by GetLevel(), and Log().
|
private |
Definition at line 285 of file blastdbcheck.cpp.
Referenced by Log().