-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLog is not defined #28
Comments
When I paste the two lines into the JS console on Chrome I get logger = TLog.getLogger() logger.setOptions(TLog.LOGLEVEL_MAX,true, true, true); |
When I after manual init try to do logger.warn instead of TL.warn then a log line flashes, but disappears immediately. and I get the following console log:
|
This also happens with a plain leaderboard example. |
@wackazong please do mrt update - just rolled out a major release that should fix it. Also changed architecture, making it much more flexible, so API has changed as well - please refer to http://observatoryjs.com for details. However, the release is backward compatible, so TLog stuff should also work. Please let us know if there are still any issues. Thanks! |
When I add the configuration code in a directory for both Server and Client, I get
ReferenceError: TLog is not defined
The text was updated successfully, but these errors were encountered: