Interface IParserLogService

All Known Implementing Classes:
AbstractParserLogService, DefaultLogService, NullLogService

public interface IParserLogService
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    traceLog(String message)
     
  • Method Details

    • traceLog

      void traceLog(String message)
    • isTracing

      boolean isTracing()