Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

12.2 Web Service Logger Levels

Web service logging is implemented in the generated sample applications by default. For the client, the default logging level is Info, resulting in all messages reported, while the default for the server logger is Error.


For services, the Web service logger is of benefit only for some debugging. For logging in your service code, use the Agent logger, Section 12.4

The defined log levels are:

Table 8: Default Web Service Logger Levels

Level Description Default
NONE No logging  
FATAL Fatal messages only  
ERROR Error and Fatal Server default level
WARN Warn, Error, and Fatal  
INFO Info, Warn, Error, and Fatal Client default level

For logging set to some level, messages at or above that level are reported. For example, for a level of Error, messages defined as Error or Fatal are reported. To have all messages reported, set the level to Info, which is the default in the generated client code.

Note that Web service logging on the server side can be set only to Fatal and Error. This can be useful for debugging.

In addition, there is a special logging level of None. By setting logging to None you can turn off logging so that no messages are reported.



Previous fileTop of DocumentContentsIndex pageNext file

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.