
Public Member Functions | |
| _.Library.Status | OnClose () |
| Flushes out the log of messages before doing the standard singleton cleanup. | |
Public Member Functions inherited from Singleton | |
| _.Library.Status | OnNew () |
| Tracks the OREF of this instance in a PPG for later reference. More... | |
Static Public Member Functions | |
| Error (_.Library.String pMessage, _.Library.Boolean pUnique) | |
| @API.Method | |
| Info (_.Library.String pMessage, _.Library.Boolean pUnique) | |
| @API.Method | |
| Trace (_.Library.String pMessage, _.Library.Boolean pUnique) | |
| @API.Method | |
| Warning (_.Library.String pMessage, _.Library.Boolean pUnique) | |
| @API.Method | |
Public Attributes | |
| Messages | |
| More... | |
| Threshold | |
| More... | |
Private Attributes | |
| __UniqueMessageHashes | |
| Has hashes of unique messages (with data equal to the index in ..Messages of that message) More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Singleton | |
| NAMESPACESCOPE = None | |
| If set to 1, calls to Get must return an instance of this class created in the current namespace; a new instance will be created if none exists. | |
| PPG = None | |
| PPG in which to track references to the instance of this class. | |
| Messages |
| Threshold |
|
private |
Has hashes of unique messages (with data equal to the index in ..Messages of that message)