C# Class Skytap.Utilities.LoggerFactory

Factory class used to create specific types of loggers.
Show file Open project: skytap/Skytap-TFS-Automation-Pack

Public Methods

Method Description
GetLogger ( ) : Logger

Returns a logger instance based on the type of logger that the factory was instructed to create.

Reset ( ) : void

Resets the logger and creates a new one on next request.

Method Details

GetLogger() public static method

Returns a logger instance based on the type of logger that the factory was instructed to create.
public static GetLogger ( ) : Logger
return Logger

Reset() public static method

Resets the logger and creates a new one on next request.
public static Reset ( ) : void
return void