Updating Simulator Java API project with the following changes.
[platform/upstream/iotivity.git] / service / simulator / java / sdk / src / org / oic / simulator / ILogger.java
index aeaaded..629899f 100644 (file)
@@ -23,6 +23,9 @@ package org.oic.simulator;
  * Interface for receiving log messages.
  */
 public interface ILogger {
+    /**
+     * This enumeration contains different levels of log.
+     */
     public enum Level {
         INFO, DEBUG, WARNING, ERROR
     }