Adds method setDebugLevel(int level) to JsonToSimplFileMaster

This commit is contained in:
JTA
2017-06-05 09:41:17 -04:00
parent 72d7ea338a
commit 5c66579ab8

View File

@@ -87,7 +87,9 @@ namespace PepperDash.Core.JsonToSimpl
return; return;
} }
} }
public void setDebugLevel(int level) {
Debug.SetDebugLevel(level);
}
public override void Save() public override void Save()
{ {
// this code is duplicated in the other masters!!!!!!!!!!!!! // this code is duplicated in the other masters!!!!!!!!!!!!!