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

Public Member Functions

void Log (string level, string message)
 Writes the diagnostic message at the specified level. More...
 
void Trace (string message)
 Writes the diagnostic message at the Trace level. More...
 
void Trace (string message, params object[] args)
 
void Debug (string message)
 Writes the diagnostic message at the Debug level. More...
 
void Debug (string message, params object[] args)
 
void Info (string message)
 Writes the diagnostic message at the Info level. More...
 
void Info (string message, params object[] args)
 
void Warn (string message)
 Writes the diagnostic message at the Warn level. More...
 
void Warn (string message, params object[] args)
 
void Error (string message)
 Writes the diagnostic message at the Error level. More...
 
void Error (string message, params object[] args)
 
void Fatal (string message)
 Writes the diagnostic message at the Fatal level. More...
 
void Fatal (string message, params object[] args)
 
bool IsEnabled (string level)
 Checks if the specified log level is enabled. More...
 

Properties

bool IsTraceEnabled [get]
 Gets a value indicating whether the Trace level is enabled. More...
 
bool IsDebugEnabled [get]
 Gets a value indicating whether the Debug level is enabled. More...
 
bool IsInfoEnabled [get]
 Gets a value indicating whether the Info level is enabled. More...
 
bool IsWarnEnabled [get]
 Gets a value indicating whether the Warn level is enabled. More...
 
bool IsErrorEnabled [get]
 Gets a value indicating whether the Error level is enabled. More...
 
bool IsFatalEnabled [get]
 Gets a value indicating whether the Fatal level is enabled. More...
 
string LoggerName [get, set]
 Gets or sets the logger name. More...
 

Detailed Description

Definition at line 8 of file ILogger.cs.

Member Function Documentation

void ImageResizer.Configuration.Logging.ILogger.Debug ( string  message)

Writes the diagnostic message at the Debug level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Error ( string  message)

Writes the diagnostic message at the Error level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Fatal ( string  message)

Writes the diagnostic message at the Fatal level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Info ( string  message)

Writes the diagnostic message at the Info level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

bool ImageResizer.Configuration.Logging.ILogger.IsEnabled ( string  level)

Checks if the specified log level is enabled.

Parameters
levelThe log level.
Returns
A value indicating whether the specified log level is enabled.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Log ( string  level,
string  message 
)

Writes the diagnostic message at the specified level.

Parameters
levelThe log level.
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Trace ( string  message)

Writes the diagnostic message at the Trace level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

void ImageResizer.Configuration.Logging.ILogger.Warn ( string  message)

Writes the diagnostic message at the Warn level.

Parameters
messageA to be written.

Implemented in ImageResizer.Plugins.Logging.LoggerProxy.

Property Documentation

bool ImageResizer.Configuration.Logging.ILogger.IsDebugEnabled
get

Gets a value indicating whether the Debug level is enabled.

Definition at line 74 of file ILogger.cs.

bool ImageResizer.Configuration.Logging.ILogger.IsErrorEnabled
get

Gets a value indicating whether the Error level is enabled.

Definition at line 89 of file ILogger.cs.

bool ImageResizer.Configuration.Logging.ILogger.IsFatalEnabled
get

Gets a value indicating whether the Fatal level is enabled.

Definition at line 94 of file ILogger.cs.

bool ImageResizer.Configuration.Logging.ILogger.IsInfoEnabled
get

Gets a value indicating whether the Info level is enabled.

Definition at line 79 of file ILogger.cs.

bool ImageResizer.Configuration.Logging.ILogger.IsTraceEnabled
get

Gets a value indicating whether the Trace level is enabled.

Definition at line 68 of file ILogger.cs.

bool ImageResizer.Configuration.Logging.ILogger.IsWarnEnabled
get

Gets a value indicating whether the Warn level is enabled.

Definition at line 84 of file ILogger.cs.

string ImageResizer.Configuration.Logging.ILogger.LoggerName
getset

Gets or sets the logger name.

Definition at line 99 of file ILogger.cs.


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