7 references to Information
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Logging\Handlers\InformationLogMessageInterpolatedStringHandler.cs (1)
15
_handler = new LogMessageInterpolatedStringHandler(literalLength, _, logger, LogLevel.
Information
, out isEnabled);
Logging\ILoggerExtensions.cs (3)
63
logger.Log(LogLevel.
Information
, message.ToString(), exception: null);
69
if (logger.IsEnabled(LogLevel.
Information
))
71
logger.Log(LogLevel.
Information
, message);
Microsoft.CodeAnalysis.Remote.Razor (1)
Logging\TraceSourceLoggerFactory.Logger.cs (1)
20
case LogLevel.
Information
:
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Logging\RazorLogHubLogger.cs (1)
31
case LogLevel.
Information
:
Microsoft.VisualStudioCode.RazorExtension (1)
Services\LspLogger.cs (1)
41
LogLevel.
Information
=> MessageType.Info,