Sort methods in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1493214 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -58,9 +58,7 @@ package org.apache.commons.logging;
|
|||||||
*/
|
*/
|
||||||
public interface Log {
|
public interface Log {
|
||||||
|
|
||||||
// ----------------------------------------------------- Logging Properties
|
/**
|
||||||
|
|
||||||
/**
|
|
||||||
* Logs a message with debug log level.
|
* Logs a message with debug log level.
|
||||||
*
|
*
|
||||||
* @param message log this message
|
* @param message log this message
|
||||||
@@ -105,8 +103,6 @@ public interface Log {
|
|||||||
*/
|
*/
|
||||||
public void fatal(Object message, Throwable t);
|
public void fatal(Object message, Throwable t);
|
||||||
|
|
||||||
// -------------------------------------------------------- Logging Methods
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs a message with info log level.
|
* Logs a message with info log level.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user