From 76fd384d2065ad5309bfab36bd26c55f9736db4f Mon Sep 17 00:00:00 2001 From: "Richard A. Sitze" Date: Fri, 23 Aug 2002 14:55:32 +0000 Subject: [PATCH] Corrections to document regarding NLS enablement, wording was to strong. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138911 13f79535-47bb-0310-9956-ffa450edef68 --- usersguide.html | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) 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.