Commit a128fcf
committed
THE FIX IS IN! Common.Logging was somehow causing a namespace clash/conflict in projects with Unity Collections in it, which is basically all of them by default in recent releases. So, this fix completely removes log4net, which references Common.Logging, and replaced it with straight up C# so that GONetLog is good to go on all platforms, all Unity versions, high performance, multithread capable and writes to a file and console...a drop in replacement without the log4net+Common.Logging woesgit add .git add .
1 parent 4695e0c commit a128fcf
12 files changed
Lines changed: 771 additions & 31669 deletions
File tree
- Assets/GONet
- Code/GONet
- Core/Utils
- Editor/Generation
- Plugins
- log4net
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
| 482 | + | |
| 483 | + | |
488 | 484 | | |
489 | 485 | | |
490 | 486 | | |
491 | 487 | | |
492 | 488 | | |
493 | 489 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | 490 | | |
499 | 491 | | |
500 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
192 | | - | |
193 | 191 | | |
194 | 192 | | |
195 | 193 | | |
| |||
543 | 541 | | |
544 | 542 | | |
545 | 543 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | 544 | | |
551 | 545 | | |
552 | 546 | | |
| |||
0 commit comments