Skip to content

Commit

Permalink
- updated breaking changes to include removed logger methods not ment…
Browse files Browse the repository at this point in the history
…ioned in beta 1 release
  • Loading branch information
kkozmic committed Oct 2, 2011
1 parent dce3bc0 commit 7515e65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions BreakingChanges.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
================================================================================================
change - Removed overloads of logging methods that were taking format string from ILogger and
ILogger and IExtendedLogger and didn't have word Format in their name.
For example:
void Error(string format, params object[] args); // was removed
void ErrorFormat(string format, params object[] args); //use this one instead


impact - low
fixability - medium
revision -

description - To minimize confusion and duplication those methods were removed.

fix - Use methods that have explicit "Format" word in their name and same signature.
================================================================================================
change - Removed WebLogger and WebLoggerFactory

impact - low
Expand Down

0 comments on commit 7515e65

Please sign in to comment.