Lines Matching refs:WriteLine

50 …              Log.WriteLine("dkt.FlushOutputBuffer started -> calls FlushOuputBuffer( 1 second).");  in FlushOutputBuffer()
60 Log.WriteLine("dkt.FlushOutputBuffer(" + strSeconds + ") started."); in FlushOutputBuffer()
92 Log.WriteLine("PCFSServer.Shutdown started."); in Shutdown()
103 …Log.WriteLine("PCFSServer.Start started. parameters=" + parameters + ", mapping=" + mapping + ", l… in Start()
114 Log.WriteLine("PCFSServer.output_callback started."); in output_callback()
130 …Console.WriteLine("cafex [PCFSServer]: Caught exception while writing stdout to '{0}':", output_lo… in output_callback()
131 Console.WriteLine(" {0}", ex.Message); in output_callback()
150 Log.WriteLine("checkbridgename.CheckName started."); in CheckName()
170 Log.WriteLine("checkbridgename.CheckName_IPOnly started."); in CheckName_IPOnly()
193 Log.WriteLine("ToucanReset.Stop started."); in Stop()
202 Log.WriteLine("ToucanReset.Reset started."); in Reset()
219 Log.WriteLine("FSEmul.makemine started."); in makemine()
233 Log.WriteLine("FSEmul.FW_SW_Version started."); in FW_SW_Version()
282 Console.WriteLine("FSEmul failed: Couldn't get firmware versions"); in FW_SW_Version()
289 Log.WriteLine("FSEmul.boot_mode_detect started."); in boot_mode_detect()
315 Console.WriteLine("FSEmul failed: Couldn't detect boot mode!"); in boot_mode_detect()
327 Log.WriteLine("FSEmul.start started."); in start()
333 Console.WriteLine(args.Data); in start()
337 … Console.WriteLine("\nTry using 'cafex stop -makemine' to take control of the Bridge."); in start()
356 Log.WriteLine("MionButton.rsthold started."); in rsthold()
372 Log.WriteLine("mionButton.forceOff1 started."); in forceOff1()
389 Log.WriteLine("MionButton.init_shutdown_w_FOFF2 started."); in init_shutdown_w_FOFF2()
406 Log.WriteLine("MionButton.forceOff2_off_single_cgi started."); in forceOff2_off_single_cgi()
432 Log.WriteLine("miontelnet.Reboot started."); in Reboot()
441 Log.WriteLine("miontelnet.Run started."); in Run()
459 Log.WriteLine("mionps.Run started."); in Run()
470 Console.WriteLine("cafex : Warning! mionps tool returned code {0}.", returnVal); in Run()
471 Console.WriteLine("mionps stdout and stderr received:"); in Run()
472 Console.WriteLine(output); in Run()
490 Log.WriteLine("mionurl.Run started."); in Run()
501 Console.WriteLine("cafex : Warning! mionurl tool returned code {0}.", returnVal); in Run()
502 Console.WriteLine("mionurl stdout and stderr received:"); in Run()
503 Console.WriteLine(output); in Run()
520 Log.WriteLine("SessionManagerUtil.GetSessionInfo started."); in GetSessionInfo()
538 Log.WriteLine("devkitmsg.help started with timeout = " + timeout.ToString()); in help()
542 Console.WriteLine("cafex: Probing if COS is ready by sending devkit help msg:"); in help()
563 Log.WriteLine("devkitmsg.help returnVal = " + returnVal.ToString()); in help()
572 Log.WriteLine("devkitmsg.CosFlags started."); in CosFlags()
581 Log.WriteLine("devkitmsg.title_softlaunch_with_hint started."); in title_softlaunch_with_hint()
590 Log.WriteLine("devkitmsg.title_softlaunch started."); in title_softlaunch()
596 Console.WriteLine(e.Data); in title_softlaunch()
606 Log.WriteLine("devkitmsg.recover started."); in recover()
611 Console.WriteLine("devkitmsg_cmd: recover -v -p "); in recover()
621 Log.WriteLine("dvkitmsg.update_pcfs started."); in update_pcfs()
626 … Console.WriteLine("devkitmsg_cmd: update /vol/storage_hfiomlc01/sys/update/pcfs -v -p "); in update_pcfs()
636 Log.WriteLine("devkitmsg.update_reflash started."); in update_reflash()
641 … Console.WriteLine("devkitmsg_cmd: reflash /vol/storage_hfiomlc01/sys/update/nand -v -p "); in update_reflash()
651 Log.WriteLine("devkitmsg.update_nand started."); in update_nand()
656 … Console.WriteLine("devkitmsg_cmd: update /vol/storage_hfiomlc01/sys/update/nand -v -p "); in update_nand()
666 Log.WriteLine("devkitmsg.update started."); in update()
676 Console.WriteLine("devkitmsg_cmd: update " + update_path + " -v -p "); in update()
686 Log.WriteLine("devkitmsg.reflash started."); in reflash()
695 Console.WriteLine("devkitmsg_cmd: reflash " + reflash_path + " -v -p "); in reflash()
705 Log.WriteLine("devkitmsg.clr_usrdata started."); in clr_usrdata()
710 Console.WriteLine("devkitmsg_cmd: clr_usrdata -v -p "); in clr_usrdata()
720 Log.WriteLine("devkitmsg.sys_mode_dev started."); in sys_mode_dev()
729 Log.WriteLine("devkitmsg.sys_mode_prod started."); in sys_mode_prod()
738 Log.WriteLine("devkitmsg.sys_mode_test started."); in sys_mode_test()
747 Log.WriteLine("devkitmsg.standby_en " + value); in standby_en()
799 Console.WriteLine(); in StreamDiscard()
808 Log.WriteLine("cosdebug.launch_retry_thread started."); in launch_retry_thread()
809 Log.WriteLine("Params:"); in launch_retry_thread()
810 Log.WriteLine(string.Format(" port: {0}.", lrparams.port)); in launch_retry_thread()
811 Log.WriteLine(string.Format(" TID_HI: {0}.", lrparams.TID_HI)); in launch_retry_thread()
812 Log.WriteLine(string.Format(" TID_LO: {0}.", lrparams.TID_LO)); in launch_retry_thread()
813 Log.WriteLine(string.Format(" retries: {0}.", lrparams.retries)); in launch_retry_thread()
814 Log.WriteLine(string.Format(" timeout: {0}.", lrparams.timeout)); in launch_retry_thread()
834 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waiting on handles {0} and {1}.", evtHa… in launch_retry_thread()
842 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(Date… in launch_retry_thread()
851 …Log.WriteLine(string.Format("cosdebug.launch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(Date… in launch_retry_thread()
852 … Log.WriteLine(string.Format(" : delaying {0}mS.", lrparams.delay)); in launch_retry_thread()
860 Log.WriteLine("cosdebug.retry_launch_thread: Got stop event, returning."); in launch_retry_thread()
879 Log.WriteLine("cosdebug.launch_retry started."); in launch_retry()
895 Log.WriteLine("cosdebug.launch_retry exited."); in launch_retry()
912 Log.WriteLine("cosdebug.launch started."); in launch()
932 Console.WriteLine(); in launch()
944 … Log.WriteLine(string.Format("cafex: cosdebug.launch: InvalidOperationException: {0}", e)); in launch()
948 … Log.WriteLine(string.Format("cafex: cosdebug.launch: ArgumentNullException: {0}", e)); in launch()
952 Log.WriteLine(string.Format("cafex: cosdebug.launch: SocketException: {0}", e)); in launch()
956 Log.WriteLine(string.Format("cafex: cosdebug.launch: IOException: {0}", e)); in launch()
986 Log.WriteLine("Retrying fast launch..."); in try_launch()
1015 Log.WriteLine("cosdebug." + sCmd + " started."); in SendCOSCommandAndRecvReply()
1020 Log.WriteLine("new TcpClient start"); in SendCOSCommandAndRecvReply()
1025 Log.WriteLine("new TcpClient end"); in SendCOSCommandAndRecvReply()
1042 Console.WriteLine(); in SendCOSCommandAndRecvReply()
1079 Console.WriteLine(); in SendCOSCommandAndRecvReply()
1086 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: InvalidOperationException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1090 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: ArgumentNullException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1094 Log.WriteLine(string.Format("cafex: cosdebug.{0}: SocketException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1098 Log.WriteLine(string.Format("cafex: cosdebug.{0}: IOException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1102 Log.WriteLine(string.Format("cafex: cosdebug.{0}: Exception: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1123 Log.WriteLine("cosdebug." + sCmd + " started."); in SendCOSCommandAndRecvReply()
1147 Console.WriteLine(); in SendCOSCommandAndRecvReply()
1163 Console.WriteLine(); in SendCOSCommandAndRecvReply()
1169 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: InvalidOperationException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1173 … Log.WriteLine(string.Format("cafex: cosdebug.{0}: ArgumentNullException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1177 Log.WriteLine(string.Format("cafex: cosdebug.{0}: SocketException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1181 Log.WriteLine(string.Format("cafex: cosdebug.{0}: IOException: {1}", sCmd, e)); in SendCOSCommandAndRecvReply()
1231 Console.WriteLine(); in RecvReply()
1243 … Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: InvalidOperationException: {0}", e)); in RecvReply()
1247 … Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: ArgumentNullException: {0}", e)); in RecvReply()
1251 Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: SocketException: {0}", e)); in RecvReply()
1255 Log.WriteLine(string.Format("cafex: cosdebug.RecvReply: IOException: {0}", e)); in RecvReply()
1265 Log.WriteLine("SendCOSCommandAndRecvReply start"); in SendKillRestartAndResponse()
1276 Log.WriteLine("SendCOSCommandAndRecvReply end"); in SendKillRestartAndResponse()
1318 Log.WriteLine("synctool.sync started."); in sync()
1344 Log.WriteLine("PCFSServerSync.sync started."); in sync()
1353 Log.WriteLine("PCFSServerSync.wait_sync started."); in wait_sync()
1371 Log.WriteLine("ImageUploader.upload started."); in upload()
1377 Console.WriteLine(e.Data); in upload()
1395 Log.WriteLine("makebsf.make started."); in make()
1420 Log.WriteLine("makedlf.make started."); in make()
1439 Log.WriteLine("make_wumad_dlf make started."); in make()
1456 Console.WriteLine(e.Data); in make()
1474 Log.WriteLine("cafemakedlf.make started."); in make()
1504 Log.WriteLine("multi.start started."); in start()
1562 …Console.WriteLine("cafex {0}: WARNING: CatToucan exited during sync! Cafex Code={1}, App Code={2},… in outputThread()
1569 Log.WriteLine("cattoucan exiting with reason = " + exit_reason.reason); in outputThread()
1570 Log.WriteLine("Application exited with code " + exit_reason.AppExitCode); in outputThread()
1574 … Console.WriteLine("cafex : connection to CAT-DEV on port {0} failed or was dropped.", arg); in outputThread()
1582 Log.WriteLine("cattoucan.start started. port=" + port); in createCattoucan()
1589 Log.WriteLine("cattoucan starting to read from port " + port); in createCattoucan()
1612 Log.WriteLine("cattoucan DID NOT START because quiet is true"); in start()
1633 Log.WriteLine("Joining cattoucan thread from start"); in start()
1638 Log.WriteLine("Async cattoucan exited from start"); in start()
1650 Log.WriteLine("Stopping relay"); in stopCattoucan()
1660 Log.WriteLine("Joining cattoucan thread from stop"); in stopCattoucan()
1665 Log.WriteLine("Async cattoucan stopped"); in stopCattoucan()
1707 Log.WriteLine("Overriding existing handler for '{0}'!", match); in AddNotification()
1777 Console.WriteLine("\nCafex {0}: Waiting for response...", Program.command); in SyncWithBoot()
1835 Log.WriteLine("Signaling title event, next=" + next.ToString()); in SignalTitleEvent()
1953 Log.WriteLine("cmd.mode started."); in mode()
1986 Log.WriteLine("monitor.start started."); in start()
1995 sw.WriteLine(ret); in start()
2001 sw.WriteLine(output); in start()
2011 Log.WriteLine("start_redirectionCallback started."); in start_redirectionCallback()
2023 Log.WriteLine("monitor.flush started."); in flush()
2029 Log.WriteLine("monitor.flush returned = " + ret); in flush()
2103 Console.WriteLine(e.Message); in getVDD2()
2107 Console.WriteLine(e.Message); in getVDD2()