LoggerManager.GetName method
Get the name of a registered logger instance.
public static string? GetName(ILogger logger)
| parameter | description |
|---|---|
| logger | The logger instance. |
Return Value
The name of the logger, or null if not found.
See Also
- class LoggerManager
- namespace Kestrun.Logging