• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/IPC-LDT/

Lines Matching defs:trace

146 	       # remove trace code ...
147 s/\$me->trace\(.+?\);//g if ($status=filter_read())>0;
190 # remove trace code ...
222 # trace filter (first line to avoid useless warnings)
306 activate the built in trace code. If not prepared this way, all runtime
307 trace settings (e.g. via the constructor parameter I<traceMode>) will take
308 I<no effect> because the trace code will have been filtered out at compile
309 time for reasons of performance. (This means that no trace message will
313 trace code is active and can be deactivated or reactivated at runtime
318 So, if you want to trace every object, set B<$IPC::LDT::Trace> initially
319 and load the module. If you want to trace only certain objects, additionally
449 Set this flag to a true value if you want to trace to actions of the
503 $me->{'traceMode'}=(exists $switches{'trace'} and $switches{'trace'}) ? 1: 0;
506 # trace, if necessary
507 $me->trace("LDT $me->{'fileno'}: object is made.");
531 # trace, if necessary
532 $me->trace("LDT ${\($fileno?$fileno:qq(with closed handle, was $me->{'fileno'}))}: object dies. Queue is", (defined $me->{'delayQueue'} and @{$me->{'delayQueue'}}) ? 'filled.' : 'empty.');
571 # trace, if necessary
572 $me->trace("LDT $me->{'fileno'}: object switches into object mode.");
614 # trace, if necessary
615 $me->trace("LDT $me->{'fileno'}: objekt switches into ASCII mode.");
697 # trace, if necessary
698 $me->trace("LDT $me->{'fileno'}: object is setting a new delay filter.");
773 # trace, if necessary
774 $me->trace("LDT $me->{'fileno'}: object stops delay and sends", scalar(@{$me->{'delayQueue'}}), "stored message(s).");
787 # trace, if necessary
788 $me->trace("LDT $me->{'fileno'}: object was enforced to stop delay, but there was no delay set before.");
868 # trace, if necessary
869 $me->trace("LDT $me->{'fileno'}: starting send.");
874 # trace, if necessary
875 $me->trace("LDT $me->{'fileno'}: message unsent: object is in state $me->{'rc'}.");
882 # trace, if necessary
883 $me->trace("LDT $me->{'fileno'}: message unsent: related handle was closed.");
897 # trace, if necessary
898 $me->trace("LDT $me->{'fileno'}: message unsent: handle was closed.");
915 # trace, if necessary
916 $me->trace("LDT $me->{'fileno'}: new message on the way ...");
921 # trace, if necessary
922 $me->trace("LDT $me->{'fileno'}: sent message: $msg.");
971 # trace, if necessary
972 $me->trace("LDT $me->{'fileno'}: object resets error state.");
1048 # trace, if necessary
1049 $me->trace("LDT $me->{'fileno'}: startet receiving.");
1054 # trace, if necessary
1055 $me->trace("LDT $me->{'fileno'}: stopped receiving: object is in state $me->{'rc'}.");
1062 # trace, if necessary
1063 $me->trace("LDT $me->{'fileno'}: stopped receiving: object is in state $me->{'rc'}.");
1142 $me->trace("LDT $me->{'fileno'}: $me->{'msg'}");
1151 $me->trace("LDT $me->{'fileno'}: read $readBytes bytes gelesen, still waiting for $length.");
1161 $me->trace("LDT $me->{'fileno'}: waitig for a new chance to read remaining $length bytes ($trials. trial).");
1169 $me->trace("LDT $me->{'fileno'}: $me->{'msg'}");
1175 # trace, if necessary
1176 $me->trace("LDT $me->{'fileno'}: message received: \"$$targetBufferRef\".");
1218 $me->trace("LDT $me->{'fileno'}: $me->{'msg'}");
1226 $me->trace("LDT $me->{'fileno'}: wrote $writtenBytes bytes, $length bytes still waiting.");
1236 $me->trace("LDT $me->{'fileno'}: waiting for a new chance to write remaining $length bytes ($trials. trial).");
1244 $me->trace("LDT $me->{'fileno'}: $me->{'msg'}");
1250 # trace, if necessary
1251 $me->trace("LDT $me->{'fileno'}: message sent completely: \"$$srcBufferRef\".");
1260 # Internal trace method.
1262 sub trace
1273 # display trace (use print() instead of warn() because the message may contain freezed data)