summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md17
1 files changed, 17 insertions, 0 deletions
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 )