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

Handle both log4j and log4net XML formats #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xced
Copy link

@0xced 0xced commented Feb 4, 2021

They have a few subtle differences:

  • timestamp is number of milliseconds (log4j) vs ISO 8601 (log4net)
  • throwable (log4j) vs exception (log4net)
  • log4jmachinename vs log4net:HostName

They have a few subtle differences:
* timestamp is number of milliseconds (log4j) vs ISO 8601 (log4net)
* throwable (log4j) vs exception (log4net)
* log4jmachinename vs log4net:HostName
@0xced
Copy link
Author

0xced commented Aug 14, 2021

Hey @dabeku, any interest in merging this pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant