ZipArchive.DefaultLogWriter Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
DefaultLogWriter
Gets or sets a default log writer used by all new instances of ZipArchive object.
Declaration
public static ILogWriter DefaultLogWriter { get; set; }
Property Value
Type | Description |
---|---|
ILogWriter | Default log writer. |