Logger(Type, String) Constructor
Initializes a new instance of the Logger class using a logger type and configuration file name.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public Logger(
Type loggerType,
string configFile = ""
)
Parameters
- loggerType Type
- Type to be used as the name of the logger to retrieve.
- configFile String (Optional)
- Logging configuration file name to use.