Javadoc: Add missing tags. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f89e9757 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f89e9757 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f89e9757
Branch: refs/heads/LOG4J2-1528 Commit: f89e9757ab5e54a42ce08e8533f3f94cf58b6b4e Parents: 9bc3195 Author: Gary Gregory <ggreg...@apache.org> Authored: Sat Aug 20 17:35:29 2016 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sat Aug 20 17:35:29 2016 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/Logger.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f89e9757/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java ---------------------------------------------------------------------- diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java b/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java index 030c0a6..d38af94 100644 --- a/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java +++ b/log4j-api/src/main/java/org/apache/logging/log4j/Logger.java @@ -2713,6 +2713,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2722,6 +2723,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2732,6 +2734,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2743,6 +2746,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2755,6 +2759,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2768,6 +2773,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2782,6 +2788,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2798,6 +2805,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2815,6 +2823,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2833,6 +2842,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param marker the marker data specific to this log statement * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. @@ -2852,6 +2862,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. */ @@ -2860,6 +2871,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2869,6 +2881,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2879,6 +2892,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2890,6 +2904,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2902,6 +2917,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2915,6 +2931,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2929,6 +2946,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2944,6 +2962,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message. @@ -2961,6 +2980,7 @@ public interface Logger { /** * Logs a message with parameters at the specified level. * + * @param level the logging level * @param message the message to log; the format depends on the message factory. * @param p0 parameter to the message. * @param p1 parameter to the message.