Table of Contents

Method CreateLogger

Namespace
Innova.Data.Logging
Assembly
Innova.Data.dll

CreateLogger(string)

Creates a new instance of CustomLogger with the specified category name.

public ILogger CreateLogger(string categoryName)

Parameters

categoryName string

The category name for the logger.

Returns

ILogger

An instance of CustomLogger.