C# Class Content.Localization.NullContentLogger

Inheritance: IContentLogger
Afficher le fichier Open project: ExigoOffice/Content-Localization

Méthodes publiques

Méthode Description
LogError ( Exception ex, string format ) : void
LogInformation ( string format ) : void
LogVerbose ( string format ) : void

Method Details

LogError() public méthode

public LogError ( Exception ex, string format ) : void
ex Exception
format string
Résultat void

LogInformation() public méthode

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

LogVerbose() public méthode

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