262728293031323334
ourDefaultLog = log; } public static ISVNDebugLog getDefaultLog() { if (ourDefaultLog == null) { ourDefaultLog = new DefaultSVNDebugLogger(); } return ourDefaultLog; }
252627282930313233