C# Class NAppUpdate.Framework.Common.Logger

Afficher le fichier Open project: robinwassen/NAppUpdate2

Méthodes publiques

Méthode Description
Dump ( ) : void
Dump ( string filePath ) : void
Log ( Exception exception ) : void
Log ( Exception exception, string message ) : void
Log ( SeverityLevel severity, string message ) : void
Log ( string message ) : void
Logger ( ) : System
Logger ( List logItems ) : System

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

Dump() public méthode

public Dump ( string filePath ) : void
filePath string
Résultat void

Log() public méthode

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

Log() public méthode

public Log ( Exception exception, string message ) : void
exception System.Exception
message string
Résultat void

Log() public méthode

public Log ( SeverityLevel severity, string message ) : void
severity SeverityLevel
message string
Résultat void

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

Logger() public méthode

public Logger ( ) : System
Résultat System

Logger() public méthode

public Logger ( List logItems ) : System
logItems List
Résultat System