C# Class KonfDBAH.Logging.AzureLogger

Inheritance: KonfDB.Infrastructure.Logging.BaseLogger
Show file Open project: punitganshani/KonfDB

Public Methods

Method Description
AzureLogger ( IArguments args ) : System
Debug ( object message ) : void
DebugFormat ( string format ) : void
Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
SvcInfo ( object message ) : void
SvcInfo ( object message, Exception exception ) : void

Method Details

AzureLogger() public method

public AzureLogger ( IArguments args ) : System
args IArguments
return System

Debug() public method

public Debug ( object message ) : void
message object
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

Error() public method

public Error ( object message ) : void
message object
return void

Error() public method

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
return void

ErrorFormat() public method

public ErrorFormat ( string format ) : void
format string
return void

Info() public method

public Info ( object message ) : void
message object
return void

InfoFormat() public method

public InfoFormat ( string format ) : void
format string
return void

SvcInfo() public method

public SvcInfo ( object message ) : void
message object
return void

SvcInfo() public method

public SvcInfo ( object message, Exception exception ) : void
message object
exception System.Exception
return void