예제 #1
0
    def __log(cls, message):
        """Log an information message to the output.

        * message -- The message to log

        """
        logger = LogData().get(cls.Direction, color=Colors.Foreground.Red)
        logger.info(message)
예제 #2
0
    def __log(cls, message):
        '''Log an information message to the output.

        * message -- The message to log

        '''
        logger = LogData().get(cls.Direction, color=Colors.Foreground.Red)
        logger.info(message)