X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=inline;f=doc%2Flog.xml;h=206cd7dec78fa652e7d3ba6bef64b77fe9e579d7;hb=601933683c68801e86c4f1380b70a8972eaa1cb1;hp=cfee1afd5889f499c7775d5b598896688c11a37b;hpb=dac0c39ac77d0ed84af695020fa49dde6dd2940b;p=metaproxy-moved-to-github.git diff --git a/doc/log.xml b/doc/log.xml index cfee1af..206cd7d 100644 --- a/doc/log.xml +++ b/doc/log.xml @@ -1,9 +1,11 @@ + + %idcommon; ]> - - + + log 3mp @@ -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,6 +124,8 @@ B + + logs/metaproxy.log ]]>