Skip to content
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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on May 14, 2016

  1. 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.
    DewJunkie committed May 14, 2016
    Configuration menu
    Copy the full SHA
    a69e5ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from DewJunkie/vs2015

    Saved project in visual Studio 2015.
    DewJunkie committed May 14, 2016
    Configuration menu
    Copy the full SHA
    1db4ae0 View commit details
    Browse the repository at this point in the history
  3. Fix http://log2console.codeplex.com/workitem/17658

    Replace \r\n or \n with \line
    DewJunkie committed May 14, 2016
    Configuration menu
    Copy the full SHA
    41a15eb View commit details
    Browse the repository at this point in the history
  4. 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.
    DewJunkie committed May 14, 2016
    Configuration menu
    Copy the full SHA
    f07f031 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. Updated version number.

    Reinstalled test nuget packages.
    DewJunkie committed May 15, 2016
    Configuration menu
    Copy the full SHA
    8ce1f7e View commit details
    Browse the repository at this point in the history
  2. 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.
    DewJunkie committed May 15, 2016
    Configuration menu
    Copy the full SHA
    fb000c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Sirilog Tests Added.

    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    23f5521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f0cc7 View commit details
    Browse the repository at this point in the history
  3. Create README.md

    DewJunkie authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0659858 View commit details
    Browse the repository at this point in the history
  4. Create license.md

    DewJunkie authored Dec 13, 2016
    Configuration menu
    Copy the full SHA
    d033892 View commit details
    Browse the repository at this point in the history
  5. Updated Version Info.

    Fixed Log4J parse bug.
    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    117ad40 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/DewJunkie/Log2Console int…

    …o tokenizer
    
    # Conflicts:
    #	src/Log2Console/Log2Console.csproj
    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    ec10cc6 View commit details
    Browse the repository at this point in the history
  7. Fixed NuGet package source.

    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    7028704 View commit details
    Browse the repository at this point in the history
  8. Made version auto set.

    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    90506bc View commit details
    Browse the repository at this point in the history
  9. 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.
    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    082eee8 View commit details
    Browse the repository at this point in the history
  10. Added some additional serilog tests.

    Made a cmd file to zip install to a single exe.
    DewJunkie committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    238d5e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Added option to condense Root Logger Name to TCP receiver.

    Added context to serilog test.
    DewJunkie committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    c3d456b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65638cd View commit details
    Browse the repository at this point in the history