Gets or sets a default log writer used by all new instances of ZipArchive object.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Shared Property DefaultLogWriter As ILogWriter Get Set |
| C# |
|---|
public static ILogWriter DefaultLogWriter { get; set; } |