Update internal packages export in LTTng 2.0 control + update java doc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / logging / ControlCommandLogger.java
index ce1fdb2f3e552e7805d752f8afd0eb71f6f2c933..bc865a06f39b752b14c1cb847c9e48b39b39b83d 100644 (file)
@@ -20,16 +20,20 @@ import org.eclipse.core.runtime.Status;
 import org.eclipse.linuxtools.internal.lttng2.ui.Activator;
 
 /**
- * <b><u>ControlCommandLogger</u></b>
  * <p>
  * Class to log control commands.
  * </p>
+ * 
+ * @author Bernd Hufmann
  */
 public class ControlCommandLogger {
 
     // ------------------------------------------------------------------------
     // Attributes
     // ------------------------------------------------------------------------
+    /**
+     * The bufferd writer reference
+     */
     private static BufferedWriter fTraceLog = null;
     
     // ------------------------------------------------------------------------
This page took 0.025799 seconds and 5 git commands to generate.