~ubuntu-branches/ubuntu/trusty/ffc/trusty

« back to all changes in this revision

Viewing changes to ffc/log.py

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-02-16 11:52:36 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216115236-n1yxo7mlyqq6kzuv
Tags: 0.9.1-1
* New upstream release.
* Update debian/copyright and debian/copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
__license__  = "GNU GPL version 3 or any later version"
12
12
 
13
13
# Modified by Kristian B. Oelgaard, 2009
14
 
# Last changed: 2010-01-21
 
14
# Last changed: 2010-02-12
15
15
 
16
16
# UFL modules
17
17
from ufl.log import Logger
18
18
from ufl.log import log_functions
19
19
from ufl.log import INFO, DEBUG, ERROR, CRITICAL
 
20
from ufl.common import dstr, tstr
20
21
 
21
22
# Create FFC logger
22
23
ffc_logger = Logger("FFC")