• Instantiates the Logger for a given name. The name is usually the class name, so that it makes it easier to debug the code.

    Parameters

    • name: string

      Name of the instantiated logger

    Returns Logger<ILogObj>