diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-04-26 11:42:42 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-04-26 12:30:18 +0100 |
commit | e7a2af1ede768589e612bad1c61b10186a1bb686 (patch) | |
tree | bcba41120a73f6e7bc8b226ac2259aee6fbf2f7c /javascript | |
parent | 7305649a277214da35452f2e0172ad5f75454413 (diff) |
Add a basic logging implementation
Diffstat (limited to 'javascript')
-rw-r--r-- | javascript/olm_post.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript/olm_post.js b/javascript/olm_post.js index dbb4862..36e7645 100644 --- a/javascript/olm_post.js +++ b/javascript/olm_post.js @@ -383,4 +383,5 @@ olm_exports["Account"] = Account; olm_exports["Session"] = Session; olm_exports["Utility"] = Utility; +olm_exports['set_log_level'] = Module['_olm_set_log_level']; }(); |