C# Class J9Updater.FileTransferSvc.Logging

Exibir arquivo Open project: zlphoenix/LearnCSharp

Public Properties

Property Type Description
sw Stopwatch

Public Methods

Method Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
LogUsefulException ( Exception ex ) : void

Private Methods

Method Description
Write ( string msg ) : void

Method Details

Debug() public static method

public static Debug ( string msg ) : void
msg string
return void

Error() public static method

public static Error ( string msg ) : void
msg string
return void

Info() public static method

public static Info ( string msg ) : void
msg string
return void

LogUsefulException() public static method

public static LogUsefulException ( Exception ex ) : void
ex System.Exception
return void

Property Details

sw public_oe static_oe property

public static Stopwatch sw
return Stopwatch