C# Class StatusService.Log

Exibir arquivo Open project: SteamDatabase/SteamMonitor

Public Methods

Method Description
WriteError ( string log ) : void
WriteInfo ( string log ) : void
WriteStatus ( string log ) : void

Private Methods

Method Description
WriteLine ( string log ) : void

Method Details

WriteError() public static method

public static WriteError ( string log ) : void
log string
return void

WriteInfo() public static method

public static WriteInfo ( string log ) : void
log string
return void

WriteStatus() public static method

public static WriteStatus ( string log ) : void
log string
return void