diff --git a/usersguide.html b/usersguide.html index 96b3205..53ffbe3 100644 --- a/usersguide.html +++ b/usersguide.html @@ -156,34 +156,38 @@ Yes, the logging methods will perform the same check, but only after resolving p

General - Message Priorities/Levels

It is important to ensure that log message are appropriate in content and severity. -The following guidelines are strongly suggested: +The following guidelines are suggested:

General - Default Message Priority/Level

@@ -280,19 +284,26 @@ by most logger implementations.

+

Enterprise - National Language Support - Internationalization

NLS internationalization involves looking up messages from -a message file by a message key, and using that message logging. +a message file by a message key, and using that message for logging. There are various tools in Java, and provided by other components, for working with NLS messages.

-

NLS internationalization SHOULD be used for -fatal, error, warn, and info messages. -It can be considered optional for debug and trace messages. +

+NLS enabled components are particularly appreciated +(thats an open-source-correct term for 'required by corporate end-users' :-) +for tooling and middleware components.

-

Perhaps a more direct support for internationalizing log messages +

NLS internationalization SHOULD be strongly considered for used for +fatal, error, warn, and info messages. +It is generally considered optional for debug and trace messages. +

+ +

Perhaps more direct support for internationalizing log messages can be introduced in a future or alternate version of the Log interface.