Open avonwyss opened 4 years ago
The exception occurs because ReflectedType may return null (this is not a bug, see documentation). This is very problematic because it means that the logging code will crash the application in such a case.
ReflectedType
The exception occurs because
ReflectedType
may return null (this is not a bug, see documentation). This is very problematic because it means that the logging code will crash the application in such a case.