The log Element"

From Documentation
m
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
{{Deprecated
 +
|url=[[ZK Developer's Reference/Supporting Utilities/Logger]]
 +
|}}
  
 
By default, ZK's logger depends on how the Web server is configured. However, you could configure ZK to load and monitor i3-log.conf as described in the '''Logger''' section of the '''Beyond ZK''' chapter.
 
By default, ZK's logger depends on how the Web server is configured. However, you could configure ZK to load and monitor i3-log.conf as described in the '''Logger''' section of the '''Beyond ZK''' chapter.
Line 27: Line 31:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
|  
+
| 6.0.0
|  
+
| February 2012
|  
+
| Deprecated (and no effect at all)
 
|}
 
|}
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 03:44, 10 February 2012


The log Element


Stop.png This article is out of date, please refer to ZK Developer's Reference/Supporting Utilities/Logger for more up to date information.

By default, ZK's logger depends on how the Web server is configured. However, you could configure ZK to load and monitor i3-log.conf as described in the Logger section of the Beyond ZK chapter.


 <log>
     <log-base>org.zkoss</log-base>
 </log>


If you want to use the same logging mechanism in your application, you could configure ZK to handle all loggers as follows.

 <log>
     <log-base></log-base>
 </log>


where an empty string means all packages, not just org.zkoss in the previous example.

Version History

Version Date Content
6.0.0 February 2012 Deprecated (and no effect at all)



Last Update : 2012/02/10

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.