Chrome Logger: http://craig.is/writing/chrome-logger
Chrome Logger for web2py: 
https://github.com/ccampbell/chromelogger-python/pull/5

Hi, I made a little decorator to use chrome logger with web2py.
So if you do this 
import chromelogger as console

@console.ChromeLoggerWeb2Py(response=response)
def index():
    console.log(auth.user)

    return dict()
You get this:

<https://lh3.googleusercontent.com/-qOaJocBAays/UeVly0IasNI/AAAAAAAAA-Q/mMcYLXYtHtA/s1600/Captura.PNG>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to