neclib.recorders.console_log_writer#

Aliases#

Writer

None

class ConsoleLogWriter(*args, **kwargs)[source]#

Bases: Writer

Record writer for console log.

Variables:

log_file_path – Path to file into which all logs (severity >= logging.DEBUG) are dumped.

start_recording(record_dir)[source]#
Parameters:

record_dir (Path) –

Return type:

None

append(*args, **kwargs)[source]#

This writer don’t accept any data not issued by logging.Logger.

Return type:

bool

stop_recording()[source]#
Return type:

None