C# Class DistributedDeployment.EventLogger

Inheritance: ILog
Afficher le fichier Open project: vanthoainguyen/DistributedDeploymentTool

Méthodes publiques

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

Private Methods

Méthode Description
WriteEntry ( string msg, EventLogEntryType type ) : void

Method Details

Debug() public méthode

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

Error() public méthode

public Error ( string msg, Exception ex ) : void
msg string
ex Exception
Résultat void