CKFinder 3 – ASP.NET Connector Documentation
ILoggerAdapter Interface Reference

Represents a logger adapter. More...

Public Member Functions

void Debug ([Localizable(false)] string message)
 Passes message to the logger with debug level. More...
 
void Debug ([Localizable(false)] string message, Exception exception)
 Passes message and exception information to the logger with debug level. More...
 
void Info ([Localizable(false)] string message)
 Passes message to the logger with informational level. More...
 
void Info ([Localizable(false)] string message, Exception exception)
 Passes message and exception information to the logger with informational level. More...
 
void Warning ([Localizable(false)] string message)
 Passes message to the logger with warning level. More...
 
void Warning ([Localizable(false)] string message, Exception exception)
 Passes message and exception information to the logger with warning level. More...
 
void Error ([Localizable(false)] string message)
 Passes message to the logger with error level. More...
 
void Error ([Localizable(false)] string message, Exception exception)
 Passes message and exception information to the logger with error level. More...
 
void Fatal ([Localizable(false)] string message)
 Passes message to the logger with fatal level. More...
 
void Fatal ([Localizable(false)] string message, Exception exception)
 Passes message and exception information to the logger with fatal level. More...
 

Detailed Description

Represents a logger adapter.

Member Function Documentation

◆ Debug() [1/2]

void Debug ( [Localizable(false)] string  message)

Passes message to the logger with debug level.

Parameters
messageA message to log.

◆ Debug() [2/2]

void Debug ( [Localizable(false)] string  message,
Exception  exception 
)

Passes message and exception information to the logger with debug level.

Parameters
messageA message to log.
exceptionAn exception to log.

◆ Error() [1/2]

void Error ( [Localizable(false)] string  message)

Passes message to the logger with error level.

Parameters
messageA message to log.

◆ Error() [2/2]

void Error ( [Localizable(false)] string  message,
Exception  exception 
)

Passes message and exception information to the logger with error level.

Parameters
messageA message to log.
exceptionAn exception to log.

◆ Fatal() [1/2]

void Fatal ( [Localizable(false)] string  message)

Passes message to the logger with fatal level.

Parameters
messageA message to log.

◆ Fatal() [2/2]

void Fatal ( [Localizable(false)] string  message,
Exception  exception 
)

Passes message and exception information to the logger with fatal level.

Parameters
messageA message to log.
exceptionAn exception to log.

◆ Info() [1/2]

void Info ( [Localizable(false)] string  message)

Passes message to the logger with informational level.

Parameters
messageA message to log.

◆ Info() [2/2]

void Info ( [Localizable(false)] string  message,
Exception  exception 
)

Passes message and exception information to the logger with informational level.

Parameters
messageA message to log.
exceptionAn exception to log.

◆ Warning() [1/2]

void Warning ( [Localizable(false)] string  message)

Passes message to the logger with warning level.

Parameters
messageA message to log.

◆ Warning() [2/2]

void Warning ( [Localizable(false)] string  message,
Exception  exception 
)

Passes message and exception information to the logger with warning level.

Parameters
messageA message to log.
exceptionAn exception to log.

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