Return a new logger instance named as the first parameter using factory.
The logger object with the name specified
If a logger of that name already exists, then it will be returned. Otherwise, a new logger will be instantiated by the factory parameter and linked with its existing ancestors as well as children.
Hierarchy Class | log4net.Repository.Hierarchy Namespace | Hierarchy.GetLogger Overload List