Class JavaHLDebugLog

java.lang.Object
org.tmatesoft.svn.util.SVNDebugLogAdapter
org.tmatesoft.svn.core.javahl.JavaHLDebugLog
All Implemented Interfaces:
ISVNDebugLog

public class JavaHLDebugLog extends SVNDebugLogAdapter
Version:
1.3
  • Field Details

    • JAVAHL_LOGGER_NAME

      private static final java.lang.String JAVAHL_LOGGER_NAME
      See Also:
    • ourInstance

      private static JavaHLDebugLog ourInstance
    • myHandlers

      private java.util.Map myHandlers
    • myLogger

      private java.util.logging.Logger myLogger
  • Constructor Details

    • JavaHLDebugLog

      public JavaHLDebugLog()
  • Method Details

    • getInstance

      public static JavaHLDebugLog getInstance()
    • enableLogging

      public void enableLogging(int logLevel, java.io.File logPath, java.util.logging.Formatter formatter) throws SVNException
      Throws:
      SVNException
    • resetLogHandlers

      private void resetLogHandlers()
    • getLogger

      private java.util.logging.Logger getLogger()
    • log

      public void log(SVNLogType logType, java.lang.String message, byte[] data)
    • log

      public void log(SVNLogType logType, java.lang.Throwable th, java.util.logging.Level logLevel)
    • log

      public void log(SVNLogType logType, java.lang.String message, java.util.logging.Level logLevel)
    • getMessage

      private java.lang.String getMessage(java.lang.String originalMessage)