Advertisement
jsf80238

application.py

Feb 2nd, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # python 3.2.1
  2. import base
  3. import logging
  4. my_logger = base.get_logger()
  5. my_logger.info("info")
  6. my_logger.debug("debug")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement