Package net.jangaroo.jooc
Class StdOutCompileLog
- java.lang.Object
-
- net.jangaroo.jooc.AbstractCompileLog
-
- net.jangaroo.jooc.StdOutCompileLog
-
- All Implemented Interfaces:
net.jangaroo.jooc.api.CompileLog
public class StdOutCompileLog extends AbstractCompileLog
- Author:
- Andreas Gawecki
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.AbstractCompileLog
errors
-
-
Constructor Summary
Constructors Constructor Description StdOutCompileLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoLogError(String msg)voidwarning(String msg)-
Methods inherited from class net.jangaroo.jooc.AbstractCompileLog
error, error, hasErrors, warning
-
-
-
-
Method Detail
-
doLogError
protected void doLogError(String msg)
- Specified by:
doLogErrorin classAbstractCompileLog
-
warning
public void warning(String msg)
-
-