mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
Added introductory description of Logger masks
While the documentation for Logger filename masks contained examples, it didn't actually describe it would try to match in order of descending specificity.
This commit is contained in:
committed by
GitHub
parent
587ddf7222
commit
86dcbc09c0
@@ -2958,12 +2958,15 @@ Some examples:
|
||||
==== Filenames masks
|
||||
|
||||
It is possible to define a filename mask for each buffer, and use local buffer
|
||||
variables to build filename. To see local variables for current buffer:
|
||||
variables to build filename. To see available local variables for current buffer:
|
||||
|
||||
----
|
||||
/buffer localvar
|
||||
----
|
||||
|
||||
Masks will be matched on options in descending order of specificity on
|
||||
`logger.mask.$plugin.*`, with `logger.file.mask` as fallback option.
|
||||
|
||||
For example, on buffer "irc.freenode.#weechat", WeeChat will search a mask with
|
||||
option name, in this order:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user