class documentation

A logging handler that reports all logging messages issued while the handler's context manager is active to the provided execution context's set_progress() method.

Parameters
ctxan fiftyone.operators.executor.ExecutionContext
loggera specific logging.Logger for which to report records. By default, the root logger is used
levelan optional logging level above which to report records. By default, the logger's effective level is used
Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method emit Undocumented
Instance Variable ctx Undocumented
Instance Variable level Undocumented
Instance Variable logger Undocumented
def __enter__(self): (source)

Undocumented

def __exit__(self, *args): (source)

Undocumented

def __init__(self, ctx, logger=None, level=None): (source)

Undocumented

def emit(self, record): (source)

Undocumented

Undocumented

Undocumented

Undocumented