private void DebugInfo(string message, object[] args = null)
 {
     BindingServiceProvider.DebugBinding(this, _path.DebugTag, message, args);
 }
Exemplo n.º 2
0
 protected void DebugInfo(string message, object[] args = null)
 {
     BindingServiceProvider.DebugBinding(this, Path.DebugTag, $"(Path='{Path.Path}') {message}", args);
 }
Exemplo n.º 3
0
 private void DebugInfo(string message, object[] args = null)
 {
     BindingServiceProvider.DebugBinding(this, TargetAccessor.Source.Path.DebugTag, message, args);
 }
Exemplo n.º 4
0
 protected void DebugInfo(string message, object[] args = null)
 {
     BindingServiceProvider.DebugBinding(this, DebugTag, message, args);
 }