Exemplo n.º 1
0
 public void Specially(
     ConsoleApplication1.Loggers.Special special)
 {
     if (this.IsEnabled())
     {
         Specially(
             special.ToString());
     }
 }
Exemplo n.º 2
0
 public void Specially(
     Microsoft.ServiceFabric.Actors.ActorId actorId,
     int processId,
     string machineName,
     ConsoleApplication1.Loggers.Special special)
 {
     if (this.IsEnabled())
     {
         Specially(
             actorId.ToString(),
             actorId.Kind.ToString(),
             processId,
             Environment.MachineName,
             special.ToString());
     }
 }