1
0

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:
Gary D. Gregory
2013-06-14 19:11:09 +00:00
parent beddcb25be
commit 83ff55caf4

View File

@@ -58,9 +58,7 @@ package org.apache.commons.logging;
*/
public interface Log {
// ----------------------------------------------------- Logging Properties
/**
/**
* Logs a message with debug log level.
*
* @param message log this message
@@ -105,8 +103,6 @@ public interface Log {
*/
public void fatal(Object message, Throwable t);
// -------------------------------------------------------- Logging Methods
/**
* Logs a message with info log level.
*