4 writes to Level
Microsoft.Gen.Logging (2)
Parsing\Parser.cs (2)
257
lm.
Level
= 1;
384
Level
= level,
Microsoft.Gen.Logging.Unit.Tests (2)
EmitterUtilsTests.cs (2)
42
Level
= null
55
Level
= null
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)
253
if (lm.
Level
is null && !parsingState.FoundLogLevel)