File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ServiceControl.Monitoring Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040}
4141finally
4242{
43- // Leave a trail in the logs to determine if the process was killed
44- NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Done! " ) ;
43+ // The following log statement is meant to leave a trail in the logs to determine if the process was killed
44+ NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Shutdown complete " ) ;
4545 NLog . LogManager . Shutdown ( ) ;
4646}
Original file line number Diff line number Diff line change 3232}
3333finally
3434{
35- // Leave a trail in the logs to determine if the process was killed
36- NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Done! " ) ;
35+ // The following log statement is meant to leave a trail in the logs to determine if the process was killed
36+ NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Shutdown complete " ) ;
3737 NLog . LogManager . Shutdown ( ) ;
3838}
Original file line number Diff line number Diff line change 4040}
4141finally
4242{
43- // Leave a trail in the logs to determine if the process was killed
44- NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Done! " ) ;
43+ // The following log statement is meant to leave a trail in the logs to determine if the process was killed
44+ NLog . LogManager . GetCurrentClassLogger ( ) . Info ( "Shutdown complete " ) ;
4545 NLog . LogManager . Shutdown ( ) ;
4646}
You can’t perform that action at this time.
0 commit comments