Closed
Description
In certain cases when developer by mistake places ILogger
, Exception
, or LogLevel
in the message template, the code generator will produce the expected warning and makes sure the code will indeed compile and run correctly.
Prior to this fix, the code generator would fail to compile with when either of ILogger
, Exception
or LogLevel
were placed in message template incorrectly.