Java doc improvements. Patch contributed by Dennis Lundberg.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -70,14 +70,14 @@ import org.apache.commons.logging.LogConfigurationException;
|
|||||||
* @author Rod Waldhoff
|
* @author Rod Waldhoff
|
||||||
* @author Robert Burrell Donkin
|
* @author Robert Burrell Donkin
|
||||||
*
|
*
|
||||||
* @version $Id: SimpleLog.java,v 1.20 2004/05/30 10:32:06 rdonkin Exp $
|
* @version $Id: SimpleLog.java,v 1.21 2004/06/06 20:47:56 rdonkin Exp $
|
||||||
*/
|
*/
|
||||||
public class SimpleLog implements Log, Serializable {
|
public class SimpleLog implements Log, Serializable {
|
||||||
|
|
||||||
|
|
||||||
// ------------------------------------------------------- Class Attributes
|
// ------------------------------------------------------- Class Attributes
|
||||||
|
|
||||||
/** All system properties used by <code>Simple</code> start with this */
|
/** All system properties used by <code>SimpleLog</code> start with this */
|
||||||
static protected final String systemPrefix =
|
static protected final String systemPrefix =
|
||||||
"org.apache.commons.logging.simplelog.";
|
"org.apache.commons.logging.simplelog.";
|
||||||
|
|
||||||
@@ -91,8 +91,8 @@ public class SimpleLog implements Log, Serializable {
|
|||||||
/** Include the instance name in the log message? */
|
/** Include the instance name in the log message? */
|
||||||
static protected boolean showLogName = false;
|
static protected boolean showLogName = false;
|
||||||
/** Include the short name ( last component ) of the logger in the log
|
/** Include the short name ( last component ) of the logger in the log
|
||||||
message. Default to true - otherwise we'll be lost in a flood of
|
* message. Defaults to true - otherwise we'll be lost in a flood of
|
||||||
messages without knowing who sends them.
|
* messages without knowing who sends them.
|
||||||
*/
|
*/
|
||||||
static protected boolean showShortName = true;
|
static protected boolean showShortName = true;
|
||||||
/** Include the current time in the log message */
|
/** Include the current time in the log message */
|
||||||
|
|||||||
Reference in New Issue
Block a user