mcconnell 2002/07/09 04:09:12 Modified: assembly .cvsignore assembly/src/etc kernel.xml Log: logging directive description Revision Changes Path 1.5 +1 -0 jakarta-avalon-excalibur/assembly/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Jul 2002 09:01:31 -0000 1.4 +++ .cvsignore 9 Jul 2002 11:09:12 -0000 1.5 @@ -3,3 +3,4 @@ dist deploy checkstyle.cache +kernel.log 1.7 +15 -0 jakarta-avalon-excalibur/assembly/src/etc/kernel.xml Index: kernel.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/etc/kernel.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kernel.xml 9 Jul 2002 11:00:42 -0000 1.6 +++ kernel.xml 9 Jul 2002 11:09:12 -0000 1.7 @@ -5,6 +5,21 @@ <kernel> + <!-- + Optional logging catagory creation directive. The logging element declares + the default logging priority. Child elements contain category declarations + which must include a name (the logging catagory), and may optionally include + a target and a priority attribute. The target defaults of "default" which + corresponds to a internal default logging target that issue messages to + System.out. If the target is declared, it must refer to a named target + element. The priority attribute may container one of the values <code>DEBUG</code> + <code>DEBUG</code>, <code>INFO</code>, <code>WARN</code> or <code>ERROR</code>. + A target element enables defintion of a logging file to which logg entries will + be directed. The name attribute is the name referenced by category elements. + The target must contain a single file element with the attribute <code>location</code> + the corresponds to the name of the logging file. + --> + <logging priority="INFO"> <category priority="INFO" name="kernel" /> <category priority="INFO" name="kernel.loader" />
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>