You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@
2
2
3
3
[](https://gitter.im/yagasoft/DynamicsCrm-CrmLogger?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
-
### Version: 3.2.1.1
6
5
---
7
6
8
7
A CRM solution that provides a lot of details when logging from plugins. It provides a tree view of function calls as well.
@@ -84,14 +83,7 @@ private void Test(CrmLog log)
84
83
```
85
84
86
85
## Changes
87
-
88
-
#### _v3.2.1.1 (2021-11-20)_
89
-
+ Improved: reworked the CRM Logger to be leaner and only concerned with CRM Plugins. Use NLog for everything else.
90
-
#### _v3.1.1.1 (2019-02-27)_
91
-
+ Changed: moved to a new namespace
92
-
#### _v2.1.1.1 (2018-09-05)_
93
-
+ Added: processing plugin
94
-
+ Changed: cleaned the project of obsolete components
0 commit comments