diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-09 18:45:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-09 18:45:07 +0100 |
commit | 0be8e0828aa0629f1306d0f603042b15c58fb235 (patch) | |
tree | ab4451aff5c0cc4648692ba91839ae84b2adcc8c /doc/ja | |
parent | 3cdecb08a2f543831443914eec10f7447009fda5 (diff) | |
download | weechat-0be8e0828aa0629f1306d0f603042b15c58fb235.zip |
logger: add note on buffer local variables to use in /help logger.file.mask
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/user/logger_options.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/logger_options.asciidoc b/doc/ja/autogen/user/logger_options.asciidoc index e82855d7a..a63c7cdfb 100644 --- a/doc/ja/autogen/user/logger_options.asciidoc +++ b/doc/ja/autogen/user/logger_options.asciidoc @@ -28,7 +28,7 @@ ** 値: on, off (デフォルト値: `off`) * [[option_logger.file.mask]] *logger.file.mask* -** 説明: `ログファイルのデフォルトファイル名マスク (フォーマットは "directory/to/file" または "file"、最初に "/" が無ければ "path" オプションがファイルへの完全なパスを作るために使われる); ローカルバッファ変数が使える; 日付指定子を使える (strftime の man を参照)` +** 説明: `default file name mask for log files (format is "directory/to/file" or "file", without first "/" because "path" option is used to build complete path to file); local buffer variables are permitted (you should use only variables that are defined on all buffers, so for example you should NOT use $server nor $channel); date specifiers are permitted (see man strftime)` ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"$plugin.$name.weechatlog"`) |