Click or drag to resize

Logger Class

Logging activity of signing process.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.LoggingLogger

Namespace:  ASDSoft.WebSigner.Server.Logging
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public abstract class Logger

The Logger type exposes the following members.

Constructors
  NameDescription
Protected methodLogger
Initializes a new instance of the Logger class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
The main entry point to logger instance.
Top
Methods
  NameDescription
Public methodAddHtmlListener
Add writable Stream for write trace information in HTML formatting.
Public methodRemoveHtmlListener
Remove stream added by method AddHtmlListener(Stream) for ending write trace information to this stream.
Protected methodWriteDebug
Log message with level Debug/Verbose
Protected methodWriteError
Log message with level Error
Protected methodWriteWarning
Log message with level Warning
Top
Fields
  NameDescription
Protected fieldStatic memberSOURCE_NAME
Top
Remarks
For logging is used standard configurable .NET trace mechanism with name ASDSoft.WebSigner.Server.
See Also