C# Class withSIX.Core.Presentation.Wpf.Services.NLogLogger

Inheritance: ILog
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Error ( Exception exception ) : void
Info ( string format ) : void
NLogLogger ( Type type ) : System
Warn ( string format ) : void

Method Details

Error() public méthode

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

Info() public méthode

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

NLogLogger() public méthode

public NLogLogger ( Type type ) : System
type System.Type
Résultat System

Warn() public méthode

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