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.
[Deprecated("Use Logging.LoggerFactory instead. This property will be removed in a future version.")]
public ILoggerFactory LoggerFactory { set; }