From 5438a70b0a5aac72c071c90650b509cf46e557cb Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 4 Aug 2023 22:21:40 +0300 Subject: logLevelInvalid for bad function calls and invalid data formats. --- API.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index e8eef6e..235ca9d 100644 --- a/API.md +++ b/API.md @@ -1653,6 +1653,23 @@ Set the current threshold ( minimum ) log level --- +> success = RL.SetLogLevelInvalid( int logLevel ) + +Set the log level for bad function calls and invalid data formats. + +- Failure return false +- Success return true + +--- + +> logLevel = RL.GetLogLevelInvalid() + +Get the log level for bad function calls and invalid data formats. + +- Success return int + +--- + > success = RL.OpenURL( string url ) Open URL with default system browser ( If available ) -- cgit v1.2.3