public void Log( int level, Func<string> txt )
hNur.Log(NurApi.LOG_ERROR, () => "Error: {something}");
In This Article