summaryrefslogtreecommitdiffstats
path: root/xdocs/docs/mod_log/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xdocs/docs/mod_log/module.xml')
-rw-r--r--xdocs/docs/mod_log/module.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/xdocs/docs/mod_log/module.xml b/xdocs/docs/mod_log/module.xml
new file mode 100644
index 0000000..8518b20
--- /dev/null
+++ b/xdocs/docs/mod_log/module.xml
@@ -0,0 +1,19 @@
+<module name="logging" class="axis2_mod_log">
+ <inflow>
+ <handler name="LoggingInHandler" class="axis2_mod_log">
+ <order phase="PreDispatch"/>
+ </handler>
+ </inflow>
+
+ <outflow>
+ <handler name="LoggingOutHandler" class="axis2_mod_log">
+ <order phase="MessageOut"/>
+ </handler>
+ </outflow>
+
+ <Outfaultflow>
+ <handler name="LoggingOutHandler" class="axis2_mod_log">
+ <order phase="MessageOut"/>
+ </handler>
+ </Outfaultflow>
+</module>