-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed newlines in log message being stripped, and multiple log entries on the same connection #2
base: master
Are you sure you want to change the base?
Commits on May 14, 2016
-
Saved project in visual Studio 2015.
Added dummy missing icons. Created from Syncfusion metro studio icons. Added missing app.config for TestNlog. Changed Log4Net to be gotten from Nuget.
Configuration menu - View commit details
-
Copy full SHA for a69e5ca - Browse repository at this point
Copy the full SHA a69e5caView commit details -
Merge pull request #1 from DewJunkie/vs2015
Saved project in visual Studio 2015.
Configuration menu - View commit details
-
Copy full SHA for 1db4ae0 - Browse repository at this point
Copy the full SHA 1db4ae0View commit details -
Fix http://log2console.codeplex.com/workitem/17658
Replace \r\n or \n with \line
Configuration menu - View commit details
-
Copy full SHA for 41a15eb - Browse repository at this point
Copy the full SHA 41a15ebView commit details -
Processes multiple log entries over the same connection.
Will create a log entry with any exception thrown. Would like to be able to capture the raw log and return that on a parser exception.
Configuration menu - View commit details
-
Copy full SHA for f07f031 - Browse repository at this point
Copy the full SHA f07f031View commit details
Commits on May 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8ce1f7e - Browse repository at this point
Copy the full SHA 8ce1f7eView commit details -
Split up recieved log messages before trying to parse. This has 2 ben…
…efits. 1st is it will allow us to get the text of the record when the parsing fails. 2nd we no longer have to wait until the stream is closed to receive the last log message. Added another test to send some really mangled XML.
Configuration menu - View commit details
-
Copy full SHA for fb000c0 - Browse repository at this point
Copy the full SHA fb000c0View commit details
Commits on Dec 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 23f5521 - Browse repository at this point
Copy the full SHA 23f5521View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f0cc7 - Browse repository at this point
Copy the full SHA e2f0cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0659858 - Browse repository at this point
Copy the full SHA 0659858View commit details -
Configuration menu - View commit details
-
Copy full SHA for d033892 - Browse repository at this point
Copy the full SHA d033892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 117ad40 - Browse repository at this point
Copy the full SHA 117ad40View commit details -
Merge branch 'master' of https://github.com/DewJunkie/Log2Console int…
…o tokenizer # Conflicts: # src/Log2Console/Log2Console.csproj
Configuration menu - View commit details
-
Copy full SHA for ec10cc6 - Browse repository at this point
Copy the full SHA ec10cc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7028704 - Browse repository at this point
Copy the full SHA 7028704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90506bc - Browse repository at this point
Copy the full SHA 90506bcView commit details -
Couldn't modify old setup project, trying to create a new one. Was ge…
…tting an error about not being able to check it out.
Configuration menu - View commit details
-
Copy full SHA for 082eee8 - Browse repository at this point
Copy the full SHA 082eee8View commit details -
Added some additional serilog tests.
Made a cmd file to zip install to a single exe.
Configuration menu - View commit details
-
Copy full SHA for 238d5e9 - Browse repository at this point
Copy the full SHA 238d5e9View commit details
Commits on Dec 17, 2016
-
Added option to condense Root Logger Name to TCP receiver.
Added context to serilog test.
Configuration menu - View commit details
-
Copy full SHA for c3d456b - Browse repository at this point
Copy the full SHA c3d456bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65638cd - Browse repository at this point
Copy the full SHA 65638cdView commit details