rsummers618 / HTPC_Alexa_Skill

Control Kodi Netflix and Chrome with your Amazon Echo
51 stars 24 forks source link

xbmclog #3

Closed bcliang closed 8 years ago

bcliang commented 8 years ago

Migrate debug print to use python's logging system (via xbmc.log or stdout).

Attribution of initial source to xbmcswift2

Usage: from logger import log ... log.debug('this is logged if log.getLeve() == logging.DEBUG') log.info('this message logged as logging.INFO') log.warning('this is a warning')

rsummers618 commented 8 years ago

Thanks for this,

I've been meaning to do it, but I've been working on getting websockets up. The old Amazon SQS implementation was costing me money