org.zkoss.util.logging.realCauseBriefly"

From Documentation
m (correct highlight (via JWB))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
As of release 7.0.0, use SLF4J API for logging instead.
+
{{Notice | text= It's deprecated since 7.0.0 because ZK uses SLF4J API for logging instead.}}
 +
 
  
 
'''Property:'''
 
'''Property:'''
Line 13: Line 14:
 
It defines the number of lines to log an error message.
 
It defines the number of lines to log an error message.
  
If nonpositive is specified, the full stack traces are logged. Notice that # of lines don't include packages starting with <tt>java</tt>, <tt>javax</tt>, <tt>sun</tt>, or <tt>bsh</tt>.
+
If nonpositive is specified, the full stack traces are logged. Notice that # of lines don't include packages starting with <code>java</code>, <code>javax</code>, <code>sun</code>, or <code>bsh</code>.
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:19, 19 January 2022


org.zkoss.util.logging.realCauseBriefly


Icon info.png Notice: It's deprecated since 7.0.0 because ZK uses SLF4J API for logging instead.


Property:

org.zkoss.util.logging.realCauseBriefly
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: 6
[Since 3.6.1]

It defines the number of lines to log an error message.

If nonpositive is specified, the full stack traces are logged. Notice that # of lines don't include packages starting with java, javax, sun, or bsh.



Last Update : 2022/01/19

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