//
 // ILoggable Implementation
 //
 public void AddLogTarget(ILogTarget target)
 {
     LogHelper.AddLogTarget(target);
 }