C# Class Sdl.Web.Common.Logging.Log4NetLogger

Inheritance: ILogger
Afficher le fichier Open project: sdl/dxa-web-application-dotnet

Méthodes publiques

Méthode Description
Configure ( ) : void
Debug ( string messageFormat ) : void
Error ( Exception ex ) : void
Error ( Exception ex, string messageFormat ) : void
Error ( string messageFormat ) : void
Info ( string messageFormat ) : void
Log4NetLogger ( ) : System
Trace ( string messageFormat ) : void
Warn ( string messageFormat ) : void

Method Details

Configure() public static méthode

public static Configure ( ) : void
Résultat void

Debug() public méthode

public Debug ( string messageFormat ) : void
messageFormat string
Résultat void

Error() public méthode

public Error ( Exception ex ) : void
ex System.Exception
Résultat void

Error() public méthode

public Error ( Exception ex, string messageFormat ) : void
ex System.Exception
messageFormat string
Résultat void

Error() public méthode

public Error ( string messageFormat ) : void
messageFormat string
Résultat void

Info() public méthode

public Info ( string messageFormat ) : void
messageFormat string
Résultat void

Log4NetLogger() public méthode

public Log4NetLogger ( ) : System
Résultat System

Trace() public méthode

public Trace ( string messageFormat ) : void
messageFormat string
Résultat void

Warn() public méthode

public Warn ( string messageFormat ) : void
messageFormat string
Résultat void