C# Class imBMW.Tools.FileLogger

Mostrar archivo Open project: toxsedyshev/imBMW

Public Methods

Method Description
Init ( string path, System.Action flushCallback = null ) : void

Private Methods

Method Description
Logger_Logged ( LoggerArgs args ) : void
ProcessItem ( object o ) : void

Method Details

Init() public static method

public static Init ( string path, System.Action flushCallback = null ) : void
path string
flushCallback System.Action
return void