Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Update SuperPutty/Program.cs #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SuperPutty/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
using System.Collections.Generic;
using System.Windows.Forms;
using System.Threading;
using System.Collections;

namespace SuperPutty
{
Expand Down Expand Up @@ -82,6 +83,7 @@ static void Main(string[] args)
Logger.OnLog += delegate(string logMessage)
{
Console.WriteLine(logMessage);
System.Console.WriteLine("Your file has been logged")
};
#endif

Expand Down