KekLib.ChangeableLogger#

ファイル名: ChangeableLogger.py

処理内容:

cf. How to change filehandle with Python logging on the fly with different classes and imports

http://stackoverflow.com/questions/13839554/how-to-change-filehandle-with-python-logging-on-the-fly-with-different-classes-a

Copyright (c) 2015-2020, Masatsuyo Takahashi, KEK-PF

class Logger(path=None)#

Bases: object

addHandler(handler)#
changeto(path)#
debug(*args)#
error(*args)#
get_final_log_path()#
get_stream_buffer()#
info(*args)#
moveto(path)#
removeHandler(handler)#
warning(*args)#
arg_join(*args)#