ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkLoggerManager.h>
Used for centrally managing loggers.
Definition at line 42 of file 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 | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 ModifiedTimeType | 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 Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< const Self > itk::LoggerManager::ConstPointer |
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 |
Definition at line 48 of file itkLoggerManager.h.
Definition at line 55 of file itkLoggerManager.h.
Definition at line 46 of file itkLoggerManager.h.
typedef Object itk::LoggerManager::Superclass |
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
|
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.