Hello,
actually i facing Problems with debug Messages which not occur as
i have no Access to #getLogger from class AbstractScmProvider in Class
SynergyCCM which i want to enable also to work with DCM Based Synergy Repos.
private static final ScmLogger logger = new DefaultLog();
But the Default Logger is not Useable because of :
/** [EMAIL PROTECTED] */
public boolean isDebugEnabled()
{
return false;
}
Anyone can tell me a quick way for my Problem ?
PS: Also i found two Loggers Named DefaultLog.java one of that seem not to
route Message to system out in all Methods.