edu.cmu.sei.aadl.modelsupport
Class OsateLogger

java.lang.Object
  extended by edu.cmu.sei.aadl.modelsupport.OsateLogger

public class OsateLogger
extends java.lang.Object


Constructor Summary
OsateLogger()
           
 
Method Summary
static java.lang.Object[] getContent()
           
static void log(java.lang.String more)
          add a string to the current line of the output
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsateLogger

public OsateLogger()
Method Detail

log

public static void log(java.lang.String more)
add a string to the current line of the output

Parameters:
more - String to be added

getContent

public static java.lang.Object[] getContent()

reset

public static void reset()