Property LoggerFactory
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
LoggerFactory
Sets the logger implementation to use.
To create your own logger, implement the ILoggerFactory instance.
Defaults to built-in implementation.
public ILoggerFactory LoggerFactory { set; }