C# Class SampleWebApp.Infrastructure.TraceGenericLogger

Inheritance: IGenericLogger
Afficher le fichier Open project: JonPSmith/SampleMvcWebApp

Méthodes publiques

Méthode 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 méthode

public Critical ( object message ) : void
message object
Résultat void

Critical() public méthode

public Critical ( object message, Exception ex ) : void
message object
ex System.Exception
Résultat void

CriticalFormat() public méthode

public CriticalFormat ( string format ) : void
format string
Résultat void

Error() public méthode

public Error ( object message ) : void
message object
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string format ) : void
format string
Résultat void

Info() public méthode

public Info ( object message ) : void
message object
Résultat void

InfoFormat() public méthode

public InfoFormat ( string format ) : void
format string
Résultat void

TraceGenericLogger() public méthode

public TraceGenericLogger ( string name ) : System
name string
Résultat System

Verbose() public méthode

public Verbose ( object message ) : void
message object
Résultat void

VerboseFormat() public méthode

public VerboseFormat ( string format ) : void
format string
Résultat void

Warn() public méthode

public Warn ( object message ) : void
message object
Résultat void

WarnFormat() public méthode

public WarnFormat ( string format ) : void
format string
Résultat void