-
Notifications
You must be signed in to change notification settings - Fork 0
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
No logs. #2
Comments
Printing to console isn't enabled by default at the moment, but saving the log to files is. I'll maybe set it to enabled by default. I tested trying to use color codes for the printed output but didn't get it to work yet. I'll ask Defold team if it's possible. |
Or atleast make it more clear that you have to turn it on to see in the console. Yeah please talk to them. Colors would be a killer feature. And if you could replace it saying debug in the begining then it's really something else would also be really nice. |
I've updated readme, and made requests to Defold team for features so I can change colors. Until they add these features, there's nothing I can do to add colors so I'll close this for now. |
I can't manage to get any logs from your lib. I've included it and fetched libraries, but it's nor printing anything.
This is my code.
log = require("log.log")
log.set_appname("Platformer")
log.d("foobar")
Other things in the block run just fine. And i also get no error from from the lib?
What have I done wrong?
The text was updated successfully, but these errors were encountered: