C# Class J9Updater.FileTransferSvc.Logging

Afficher le fichier Open project: zlphoenix/LearnCSharp

Méthodes publiques

Свойство Type Description
sw Stopwatch

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
LogUsefulException ( Exception ex ) : void

Private Methods

Méthode Description
Write ( string msg ) : void

Method Details

Debug() public static méthode

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

Error() public static méthode

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

Info() public static méthode

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

LogUsefulException() public static méthode

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

Property Details

sw public_oe static_oe property

public static Stopwatch sw
Résultat Stopwatch