Log Class

A thread safe class for logging messages.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.UtilitiesLog

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class Log

The Log type exposes the following members.

Constructors
  Name Description
Public method Log
Create a new Log.
Top
Properties
  Name Description
Public property StringBuilder
The StringBuilder containing the content of this log.
Top
Methods
  Name Description
Public method ToString
Get the value of the Log as a string.
(Overrides ObjectToString.)
Top
See Also