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

Update ILogManager error logging methods #28

Closed
YevgeniyShunevych opened this issue May 24, 2017 · 0 comments
Closed

Update ILogManager error logging methods #28

YevgeniyShunevych opened this issue May 24, 2017 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

Current error/exception logging methods:

void Error(string message, Exception exception);
void Fatal(string message, Exception exception);

Should be:

void Error(Exception exception);
void Error(string message, Exception exception = null);
void Fatal(Exception exception);
void Fatal(string message, Exception exception = null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant