Package org.tmatesoft.svn.util
Class SVNDebugLog
- java.lang.Object
-
- org.tmatesoft.svn.util.SVNDebugLog
-
public class SVNDebugLog extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNDebugLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISVNDebugLog
getDefaultLog()
static void
setDefaultLog(ISVNDebugLog log)
-
-
-
Method Detail
-
setDefaultLog
public static void setDefaultLog(ISVNDebugLog log)
-
getDefaultLog
public static ISVNDebugLog getDefaultLog()
-
-