C# Class SampleWebApp.Infrastructure.TraceGenericLogger

Inheritance: IGenericLogger
Mostrar archivo Open project: JonPSmith/SampleMvcWebApp

Public Methods

Method Description
Critical ( object message ) : void
Critical ( object message, Exception ex ) : void
CriticalFormat ( string format ) : void
Error ( object message ) : void
ErrorFormat ( string format ) : void
Info ( object message ) : void
InfoFormat ( string format ) : void
TraceGenericLogger ( string name ) : System
Verbose ( object message ) : void
VerboseFormat ( string format ) : void
Warn ( object message ) : void
WarnFormat ( string format ) : void

Method Details

Critical() public method

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

Critical() public method

public Critical ( object message, Exception ex ) : void
message object
ex System.Exception
return void

CriticalFormat() public method

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

Error() public method

public Error ( object message ) : void
message object
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

TraceGenericLogger() public method

public TraceGenericLogger ( string name ) : System
name string
return System

Verbose() public method

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

VerboseFormat() public method

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

Warn() public method

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

WarnFormat() public method

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