org.eclipse.cdt.internal.core.parser
Class ParserLogService
java.lang.Object
org.eclipse.cdt.core.parser.AbstractParserLogService
org.eclipse.cdt.internal.core.parser.ParserLogService
- All Implemented Interfaces:
- org.eclipse.cdt.core.parser.IParserLogService
public class ParserLogService
- extends org.eclipse.cdt.core.parser.AbstractParserLogService
- Author:
- jcamelon
Constructor Summary |
ParserLogService(org.eclipse.cdt.internal.core.model.IDebugLogConstants.DebugLogConstant constant)
|
Methods inherited from class org.eclipse.cdt.core.parser.AbstractParserLogService |
traceException |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserLogService
public ParserLogService(org.eclipse.cdt.internal.core.model.IDebugLogConstants.DebugLogConstant constant)
- Parameters:
constant
-
traceLog
public void traceLog(java.lang.String message)
- Specified by:
traceLog
in interface org.eclipse.cdt.core.parser.IParserLogService
- Overrides:
traceLog
in class org.eclipse.cdt.core.parser.AbstractParserLogService
errorLog
public void errorLog(java.lang.String message)
- Overrides:
errorLog
in class org.eclipse.cdt.core.parser.AbstractParserLogService
isTracing
public boolean isTracing()
- Specified by:
isTracing
in interface org.eclipse.cdt.core.parser.IParserLogService
- Overrides:
isTracing
in class org.eclipse.cdt.core.parser.AbstractParserLogService
isTracingExceptions
public boolean isTracingExceptions()
- Overrides:
isTracingExceptions
in class org.eclipse.cdt.core.parser.AbstractParserLogService