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

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

Méthodes publiques

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

Method Details

Debug() public static méthode

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

Error() public static méthode

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

Error() public static méthode

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

Error() public static méthode

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

Info() public static méthode

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

Trace() public static méthode

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

Warn() public static méthode

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