mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
Adds method setDebugLevel(int level) to JsonToSimplFileMaster
This commit is contained in:
parent
72d7ea338a
commit
5c66579ab8
1 changed files with 3 additions and 1 deletions
|
|
@ -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!!!!!!!!!!!!!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue