Next / Previous / Contents / TCC Help System / NM Tech homepage

17. Log.fatal(): Write a message and stop

logscan.py
# - - -   L o g . f a t a l

    def fatal ( self, *L ):
        '''Write a message and terminate execution.
        '''
        self.message ( ''.join(L) )
        raise SystemExit