C# Class Noear.Weed.WeedLog

Show file Open project: noear/Weed3

Public Methods

Method Description
isInited ( ) : bool
logException ( Command cmd, Exception ex ) : void
setWriter ( Exception>.Action writer ) : void

Method Details

isInited() public static method

public static isInited ( ) : bool
return bool

logException() public static method

public static logException ( Command cmd, Exception ex ) : void
cmd Command
ex System.Exception
return void

setWriter() public static method

public static setWriter ( Exception>.Action writer ) : void
writer Exception>.Action
return void