| LogEnabled Property |
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".
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public static bool Enabled { get; set; }
Public Shared Property Enabled As Boolean
Get
Set
public:
static property bool Enabled {
bool get ();
void set (bool value);
}
static member Enabled : bool with get, set
Property Value
Type:
BooleanSee Also