C# Class Candor.WindowsAzure.Logging.Common.Table.CloudTableLogger

Inheritance: AbstractLogger
Show file Open project: michael-lang/candor-common

Private Properties

Property Type Description

Public Methods

Method Description
CloudTableLogger ( string connectionName, string name ) : System

Protected Methods

Method Description
WriteInternal ( LogLevel level, object message, Exception exception ) : void

Method Details

CloudTableLogger() public method

public CloudTableLogger ( string connectionName, string name ) : System
connectionName string
name string
return System

WriteInternal() protected method

protected WriteInternal ( LogLevel level, object message, Exception exception ) : void
level LogLevel
message object
exception System.Exception
return void