X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Flog.xml;h=1c3cf5ccd76bb7a29241b099a9e3e0912b43fa83;hb=637a685d61a9ff0e3f398a59da426979815c4d68;hp=4c559557b98c7eff22abccc7a380026455bd0d54;hpb=a195993d409a326e940814b4ac9ebd2f7eae0471;p=metaproxy-moved-to-github.git diff --git a/doc/log.xml b/doc/log.xml index 4c55955..1c3cf5c 100644 --- a/doc/log.xml +++ b/doc/log.xml @@ -1,9 +1,11 @@ + + %common; ]> - - + + 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 ]]>