Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

IAzureCloudTableLogger Interface

Travis edited this page Jul 16, 2013 · 3 revisions

Provides an interface to AzureCloudTableLogger class.

Syntax

Public Interface IAzureCloudTableLogger

Public Instance Properties

Name Description
IsDebugEnabled Checks if this logger is enabled for the debug level.
IsErrorEnabled Checks if this logger is enabled for the error level.
IsFatalEnabled Checks if this logger is enabled for the fetal level.
IsInfoEnabled Checks if this logger is enabled for the info level.
IsWarnEnabled Checks if this logger is enabled for the warn level.

Public Instance Methods

Name Description
Debug Overloaded. Log a message string with the debug level.
Error Overloaded. Log a message string with the error level.
Fatal Overloaded. Log a message string with the fetal level.
Info Overloaded. Log a message string with the info level.
Warn Overloaded. Log a message string with the warn level.