Interface PLDebugLog.IPLDebugOutput

All Known Implementing Classes:
PLDebugLog.PLDebugOutputLogger
Enclosing class:
PLDebugLog

public static interface PLDebugLog.IPLDebugOutput
Debug log output abstraction.
Since:
5.1.0
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    log(String sMsg)
     
  • Method Details