jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

Add Logging and SMBException #17

Closed Jo0 closed 4 years ago

Jo0 commented 4 years ago

Add an optional ILoggerFactory to

so that consumers of the library are able to see Trace log outputs of operations that happen in SMBFileSystem

Update tests so that they utilize ITestOutputHelper and we can view the log outputs of each test.

Add SMBException, add try catches to operations, and wrap existing Exceptions