Click or drag to resize
Log Class
Represents Barcode.dll log.
Inheritance Hierarchy
SystemObject
  Limilabs.BarcodeLog

Namespace:  Limilabs.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public class Log

The Log type exposes the following members.

Constructors
  NameDescription
Public methodLog
Initializes a new instance of the Log class
Top
Properties
  NameDescription
Public propertyStatic memberEnabled
Gets or sets a value indicating whether logging is enabled or disabled. The default is . You can observe the log on standard VS output or use Listeners collection to add your own listener. Logging uses BooleanSwitch named "Mail.dll". Category name for log entries is also "Mail.dll".
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberWriteLine
You can subscribe your logging library to this event.
Top
See Also