mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Added pluggable log (#44)
This commit is contained in:
@@ -86,5 +86,13 @@ namespace NTwain
|
||||
/// The memory manager.
|
||||
/// </value>
|
||||
IMemoryManager MemoryManager { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the log used by NTwain.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The log.
|
||||
/// </value>
|
||||
ILog Log { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user