org.eclipse.cdt.internal.core.parser
Class ParserLogService

java.lang.Object
  extended by org.eclipse.cdt.core.parser.AbstractParserLogService
      extended by 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)
           
 
Method Summary
 void errorLog(java.lang.String message)
           
 boolean isTracing()
           
 boolean isTracingExceptions()
           
 void traceLog(java.lang.String message)
           
 
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
 

Constructor Detail

ParserLogService

public ParserLogService(org.eclipse.cdt.internal.core.model.IDebugLogConstants.DebugLogConstant constant)
Parameters:
constant -
Method Detail

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