C# Class CM3D2.MaidFiddler.Plugin.Utils.Debugger

Show file Open project: denikson/CM3D2.MaidFiddler Class Usage Examples

Public Methods

Method Description
Assert ( System.Action action, string errMsg ) : void

Private Methods

Method Description
WriteLine ( ) : void
WriteLine ( LogLevel level, string s ) : void
WriteLine ( string s ) : void

Method Details

Assert() public static method

public static Assert ( System.Action action, string errMsg ) : void
action System.Action
errMsg string
return void