ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ImageResizer.Configuration.Logging.ILogManager Interface Reference
Inheritance diagram for ImageResizer.Configuration.Logging.ILogManager:
Inheritance graph
[legend]

Public Member Functions

void LoadConfigFromFile (string fileName)
 Loads NLog configuration from the specified file. More...
 
ILogger GetLogger (string loggerName)
 Creates the specified logger object and assigns a LoggerName to it. More...
 

Detailed Description

Definition at line 7 of file ILogManager.cs.

Member Function Documentation

ILogger ImageResizer.Configuration.Logging.ILogManager.GetLogger ( string  loggerName)

Creates the specified logger object and assigns a LoggerName to it.

Parameters
loggerNameLogger name.
Returns
The new logger instance.

Implemented in ImageResizer.Plugins.Logging.LoggingPlugin.

void ImageResizer.Configuration.Logging.ILogManager.LoadConfigFromFile ( string  fileName)

Loads NLog configuration from the specified file.

Parameters
fileNameThe name of the file to load NLog configuration from.

Implemented in ImageResizer.Plugins.Logging.LoggingPlugin.


The documentation for this interface was generated from the following file: