X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Flog.xml;h=f8b370a136c94e90c63295522800fffb2df316c7;hb=22e6e4f6765448c89785ff70cd84c7364e9cb690;hp=c6e9907b2dd505421af9ddbbfd6c51963c798ee6;hpb=8db6e2826e50fb4d3f8e6a1287b06357409cf88b;p=metaproxy-moved-to-github.git diff --git a/doc/log.xml b/doc/log.xml index c6e9907..f8b370a 100644 --- a/doc/log.xml +++ b/doc/log.xml @@ -1,8 +1,10 @@ + + %common; ]> - + log @@ -12,13 +14,108 @@ log - logs packages + Metaproxy Package Logging Module DESCRIPTION This filter logs packages sent - and received . + + + Configurable values: + + message + + + Specifies a custom message for the log message. + + + + filename + + + Specifies a name of file that log messages is written to. + + + + category + + + Specifies the category of messages to be logged. The category is an + XML attribute and value of attribute is a boolean; + true for enabled; false + for disabled. + The following category attributes are supported: + + + access + + + One line log messages inspired by Apache access log entries. + This is a brief message stating the request and response. + This is enabled by default. All other categories are disabled by + default. + + + + request-apdu + + + Z39.50 Request APDU. + + + + response-apdu + + + Z39.50 Response APDU. + + + + apdu + + + Z39.50 APDU (request and response) + + + + request-session + + + Request session. + + + + response-session + + + Response session. + + + + session + + + Session (request and response) + + + + init-options + + + Z39.50 Init Request options + + + + + + + + + + + EXAMPLES @@ -27,7 +124,8 @@ B - logs/etaproxy.log + + logs/metaproxy.log ]]>