Skip to content

Commit

Permalink
--log-levelの追加について追記。
Browse files Browse the repository at this point in the history
  • Loading branch information
rigaya committed Oct 18, 2023
1 parent 6c2e67e commit f9fefc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
9 changes: 5 additions & 4 deletions NVEncC_Options.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2564,11 +2564,12 @@ Output the log to the specified file.
Select the level of log output.
- **level**
- error ... Display only errors
- warn ... Show errors and warnings
- info ... Display general encoding information (default)
- debug ... Output additional information, mainly for debug
- trace ... Output information for each frame (slow)
- debug ... Output additional information, mainly for debug
- info ... Display general encoding information (default)
- warn ... Show errors and warnings
- error ... Display only errors
- quiet ... Show no logs
- **Target**
Target category of logs. Will be handled as ```all``` when omitted.
Expand Down
9 changes: 5 additions & 4 deletions NVEncC_Options.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2631,11 +2631,12 @@ file以外のプロトコルを使用する場合には、この出力バッフ
ログ出力の段階を選択する。不具合などあった場合には、```--log-level debug --log log.txt```のようにしてデバッグ用情報を出力したものをコメントなどで教えていただけると、不具合の原因が明確になる場合があります。
- **レベル**
- error ... エラーのみ表示
- warn ... エラーと警告を表示
- info ... 一般的なエンコード情報を表示、デフォルト
- debug ... デバッグ情報を追加で出力
- trace ... フレームごとに情報を出力
- debug ... デバッグ情報を追加で出力
- info ... 一般的なエンコード情報を表示、デフォルト
- warn ... エラーと警告を表示
- error ... エラーのみ表示
- quiet ... ログ出力を停止
- **対象**
ログ出力レベルの設定対象の指定。省略した場合は、```all```として扱う。
Expand Down
2 changes: 1 addition & 1 deletion NVEncCore/rgy_cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7385,7 +7385,7 @@ tstring gen_cmd_help_ctrl() {
tstring str = strsprintf(_T("\n")
_T(" --log <string> set log file name\n")
_T(" --log-level <string> set log level\n")
_T(" debug, info(default), warn, error\n")
_T(" debug, info(default), warn, error, quiet\n")
_T(" --log-opt [<param1>][,<param2>][]...\n")
_T(" additional options for log output.\n")
_T(" params\n")
Expand Down

0 comments on commit f9fefc5

Please sign in to comment.