2 writes to Level
Microsoft.Gen.Logging (2)
Parsing\Parser.cs (2)
248
lm.
Level
= 1;
375
Level
= level,
7 references to Level
Microsoft.Gen.Logging (7)
Emission\Emitter.Utils.cs (6)
52
if (lm.
Level
== null)
65
level = lm.
Level
switch
75
_ => $"(global::Microsoft.Extensions.Logging.LogLevel){lm.
Level
}",
87
if (lm.
Level
== null)
92
return lm.
Level
switch
102
_ => $"{lm.
Level
}",
Parsing\Parser.cs (1)
244
if (lm.
Level
is null && !parsingState.FoundLogLevel)