LoggerManager.Get method

Get a logger by name, or null if not found.

public static ILogger? Get(string name)

See Also