ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLoggerManager.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Logger::Pointer | LoggerPointer |
typedef std::string | NameType |
typedef Logger::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef Logger::PriorityLevelType | PriorityLevelType |
typedef LoggerManager | Self |
typedef Object | Superclass |
typedef ThreadLogger::Pointer | ThreadLoggerPointer |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
void | AddLogger (const NameType &name, Logger *logger) |
void | AddLogOutput (OutputType *output) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
LoggerPointer | CreateLogger (const NameType &name, PriorityLevelType level, PriorityLevelType levelForFlushing=LoggerBase::MUSTFLUSH) |
ThreadLoggerPointer | CreateThreadLogger (const NameType &name, PriorityLevelType level, PriorityLevelType levelForFlushing=LoggerBase::MUSTFLUSH) |
void | Flush () |
Logger * | GetLogger (const NameType &name) |
virtual const char * | GetNameOfClass () const |
void | SetLevelForFlushing (PriorityLevelType level) |
void | SetPriorityLevel (PriorityLevelType level) |
void | Write (PriorityLevelType level, std::string const &content) |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
Protected Member Functions | |
LoggerManager () | |
void | PrintSelf (std::ostream &s, Indent indent) const |
virtual | ~LoggerManager () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Types | |
typedef std::map< NameType, LoggerPointer > | ContainerType |
Private Attributes | |
ContainerType | m_LoggerSet |
Used for centrally managing loggers.
Definition at line 42 of file itkLoggerManager.h.
typedef SmartPointer< const Self > itk::LoggerManager::ConstPointer |
Reimplemented from itk::Object.
Definition at line 49 of file itkLoggerManager.h.
|
private |
Definition at line 106 of file itkLoggerManager.h.
Definition at line 61 of file itkLoggerManager.h.
typedef std::string itk::LoggerManager::NameType |
Definition at line 64 of file itkLoggerManager.h.
Definition at line 59 of file itkLoggerManager.h.
typedef SmartPointer< Self > itk::LoggerManager::Pointer |
Reimplemented from itk::Object.
Definition at line 48 of file itkLoggerManager.h.
Definition at line 55 of file itkLoggerManager.h.
Smart pointer typedef support.
Reimplemented from itk::Object.
Definition at line 46 of file itkLoggerManager.h.
typedef Object itk::LoggerManager::Superclass |
Reimplemented from itk::Object.
Definition at line 47 of file itkLoggerManager.h.
Definition at line 62 of file itkLoggerManager.h.
|
inlineprotected |
Constructor
Definition at line 96 of file itkLoggerManager.h.
|
inlineprotectedvirtual |
Destructor
Definition at line 99 of file itkLoggerManager.h.
void itk::LoggerManager::AddLogOutput | ( | OutputType * | output | ) |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
LoggerPointer itk::LoggerManager::CreateLogger | ( | const NameType & | name, |
PriorityLevelType | level, | ||
PriorityLevelType | levelForFlushing = LoggerBase::MUSTFLUSH |
||
) |
create a logger and add it into LoggerManager
ThreadLoggerPointer itk::LoggerManager::CreateThreadLogger | ( | const NameType & | name, |
PriorityLevelType | level, | ||
PriorityLevelType | levelForFlushing = LoggerBase::MUSTFLUSH |
||
) |
create a thread logger and add it into LoggerManager
void itk::LoggerManager::Flush | ( | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::Object.
|
protectedvirtual |
Print contents of a LoggerManager
Reimplemented from itk::Object.
void itk::LoggerManager::SetLevelForFlushing | ( | PriorityLevelType | level | ) |
void itk::LoggerManager::SetPriorityLevel | ( | PriorityLevelType | level | ) |
void itk::LoggerManager::Write | ( | PriorityLevelType | level, |
std::string const & | content | ||
) |
|
private |
Definition at line 108 of file itkLoggerManager.h.