C# Class Party.Shared.Logging.LoggerExtensions

Afficher le fichier Open project: vam-community/vam-party

Méthodes publiques

Méthode Description
Error ( ILogger @this, string message ) : void
Info ( ILogger @this, string message ) : void
Verbose ( ILogger @this, string message ) : void
Warning ( ILogger @this, string message ) : void

Method Details

Error() public static méthode

public static Error ( ILogger @this, string message ) : void
@this ILogger
message string
Résultat void

Info() public static méthode

public static Info ( ILogger @this, string message ) : void
@this ILogger
message string
Résultat void

Verbose() public static méthode

public static Verbose ( ILogger @this, string message ) : void
@this ILogger
message string
Résultat void

Warning() public static méthode

public static Warning ( ILogger @this, string message ) : void
@this ILogger
message string
Résultat void