Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Velocity Wiki" for 
change notification.

The "LoggingLevel" page has been changed by RayAndrick.
The comment on this change is: Correct typo.
http://wiki.apache.org/velocity/LoggingLevel?action=diff&rev1=3&rev2=4

--------------------------------------------------

  This is the least useful level for a component library like Velocity. It is 
best limited to things of interest to a Velocity user/app during production, 
which is almost nothing.  If you really want Velocity to make any production 
runtime info available, consider using something like JMX, not the logging API.
  
  === WARN ===
- Again, not very useful for us.  This is legitimate for when the Velocity user 
is doing something that is likely unwise but not a clear error.  Don't given in 
to the temptation to use it when Velocity recovers from an minor error, when 
the user tries to do something forbidden by the configuration, or when there 
has been
+ Again, not very useful for us.  This is legitimate for when the Velocity user 
is doing something that is likely unwise but not a clear error.  Don't give in 
to the temptation to use it when Velocity recovers from an minor error, when 
the user tries to do something forbidden by the configuration, or when there 
has been
  a misconfiguration, all of those things are errors.
  
  === ERROR ===

Reply via email to