Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R スクリプトの機能を理解して、 RスクリプトをPythonに変換しようとしています。
R でロガーを作成し、ロガーのレベルを設定しました。私が混乱しているのは、FINESTログレベルという言葉です。どの言語でも、そのようなレベルに遭遇したことはありません。
FINEST
RのそのFINESTレベルは、すべての出力を与えるPython のと同じですか? DEBUG
DEBUG
setLevel(level='FINEST', container=r_logger)