logging and unit test updates
[debian/openrocket] / src / net / sf / openrocket / logging / LogHelper.java
index 8ddba5b69cbc37b1cbf48d52d9ce4bd904bfc0d1..838e8e7aaf50cac81a210fef7fde3564ae825027 100644 (file)
@@ -34,6 +34,12 @@ public abstract class LogHelper {
        
        
 
+       /**
+        * Log a LogLine object.  This method needs to be able to cope with multiple threads
+        * accessing it concurrently (for example being synchronized).
+        * 
+        * @param line  the LogLine to log.
+        */
        public abstract void log(LogLine line);