Hide menu
Loading...
Searching...
No Matches
manufacturingtoolkit.CadExMTK.Utilities_LoggerHandler Class Reference

LoggerHandler LoggerHandler.hxx cadex/Utilities/LoggerHandler.hxx. More...

Inheritance diagram for manufacturingtoolkit.CadExMTK.Utilities_LoggerHandler:
manufacturingtoolkit.CadExMTK.Utilities_LoggerFileHandler

Public Member Functions

 __init__ (self)
 
 Append (self, theMessage)
 Appends a message.
 
 __disown__ (self)
 

Detailed Description

LoggerHandler LoggerHandler.hxx cadex/Utilities/LoggerHandler.hxx.

Base class for all log message handlers.

Subclasses must define the virtual method Append() which is called by the logger to process a message.

The message is provided in the form of a Unicode string.

Constructor & Destructor Documentation

◆ __init__()

manufacturingtoolkit.CadExMTK.Utilities_LoggerHandler.__init__ ( self)

Member Function Documentation

◆ Append()

manufacturingtoolkit.CadExMTK.Utilities_LoggerHandler.Append ( self,
theMessage )

Appends a message.

Reimplemented in manufacturingtoolkit.CadExMTK.Utilities_LoggerFileHandler.


The documentation for this class was generated from the following file:
  • CadExMTK.py