casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Classes | Functions | Variables
asap.logging Namespace Reference

Classes

class  AsapLogger

Functions

def asaplog_post_dec

Variables

list __all__
tuple asaplog

Detailed Description

This module presents a logging abstraction layer on top of casa.

Function Documentation

Decorator which posts log at completion of the wrapped method.

Example::

    @asaplog_post_dec
    def test(self):
        do_stuff()
        asaplog.push('testing...', False)
        do_more_stuff()
        asaplog.push('finished')

Definition at line 98 of file logging.py.

References 3C391polim_regression.f.


Variable Documentation

Definition at line 3 of file logging.py.

Definition at line 95 of file logging.py.