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

Trace log line number on error in parsing w3c log file #45

Merged
merged 2 commits into from Jun 24, 2016

Conversation

xavierdecoster
Copy link
Member

This further facilitates diagnosing the cause of the error in the source file.

cc @maartenba @skofman1

(e, line) => _logger.LogError(
LogEvents.FailedToParseLogFileEntry,
e,
"Failed to parse W3C log entry in {LogFileName} at line {LineNumber}.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it a constant?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it into resources in 2f9651f

@maartenba
Copy link
Contributor

LGTM

@skofman1
Copy link
Contributor

:shipit:

@skofman1
Copy link
Contributor

LGTM

@xavierdecoster xavierdecoster merged commit bc4996a into dev Jun 24, 2016
@xavierdecoster xavierdecoster deleted the xadeco/TraceLogLineOnError branch June 24, 2016 17:01
joelverhagen pushed a commit that referenced this pull request Oct 26, 2020
* Trace log line number on error

* Moved log message into common resources file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants