iqm.iqm_client.cli.cli.ClickLoggingHandler

iqm.iqm_client.cli.cli.ClickLoggingHandler#

class iqm.iqm_client.cli.cli.ClickLoggingHandler#

Bases: Handler

Simple log handler using click’s echo function.

Attributes

Methods

emit(record)

Do whatever it takes to actually log the specified logging record.

emit(record)#

Do whatever it takes to actually log the specified logging record.

This version is intended to be implemented by subclasses and so raises a NotImplementedError.