baseclass module

The baseclass module is part of the AMLE suite and provides an inheritable class methods for logging

class baseclass.BaseClass

Bases: object

This class provides the common methods for inheritance by other classes

configure_logging(name, s_name, c_name)

Configure logging for the class that has inherited this method