Added pluggable log (#44)

This commit is contained in:
Eugene Wang
2015-07-04 11:18:03 -04:00
parent 4356ed0615
commit 69d76569ff
17 changed files with 253 additions and 56 deletions

View File

@@ -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; }
}
}