]> granicus.if.org Git - apache/commitdiff
TRACEN loglevels are implemented in lua scripts.
authorEric Covener <covener@apache.org>
Fri, 5 Aug 2011 19:06:58 +0000 (19:06 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Aug 2011 19:06:58 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154354 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_lua.xml

index 04a43ca88c869b1e684b8792f2c79b2daa6b3faf..d8682111bf0205ea7722cfd5665caa57ba4525db 100644 (file)
@@ -341,6 +341,7 @@ end
 
 <example>
         -- examples of logging messages<br />
+        r:trace1("This is a trace log message") -- trace1 through trace8 can be used <br />
         r:debug("This is a debug log message")<br />
         r:info("This is an info log message")<br />
         r:notice("This is an notice log message")<br />