C# Class JryVideo.Core.Log

Datei anzeigen Open project: Cologler/JRYVideo

Public Methods

Method Description
BeginWrite ( string log ) : void
WriteAsync ( string log ) : System.Threading.Tasks.Task
WriteLine ( string log ) : void

Method Details

BeginWrite() public static method

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

WriteAsync() public static method

public static WriteAsync ( string log ) : System.Threading.Tasks.Task
log string
return System.Threading.Tasks.Task

WriteLine() public static method

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