ILoggerFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to create logger instances of the given name.
public interface ILoggerFactory
type ILoggerFactory = interface
Public Interface ILoggerFactory
- Derived
Methods
Create(String) |
Creates a new ILogger instance of the given name. |