ILoggerProvider.CreateLogger(String) Method
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.
Creates a logger with the specified category name.
public Microsoft.Testing.Platform.Logging.ILogger CreateLogger(string categoryName);
abstract member CreateLogger : string -> Microsoft.Testing.Platform.Logging.ILogger
Public Function CreateLogger (categoryName As String) As ILogger
Parameters
- categoryName
- String
The name of the category.
Returns
A logger.