2 writes to Kind
Microsoft.ML.Core (2)
Data\IHostEnvironment.cs (2)
215Kind = kind; 226Kind = kind;
5 references to Kind
Microsoft.ML.Core (4)
Environment\ConsoleEnvironment.cs (4)
60switch (msg.Kind) 74Contracts.Assert(msg.Kind == ChannelMessageKind.Error); 86if (toColor && msg.Kind != ChannelMessageKind.Info) 96if (msg.Kind == ChannelMessageKind.Warning)
Microsoft.ML.Data (1)
MLContext.cs (1)
162log(this, new LoggingEventArgs(message.Message, message.Kind, source.FullName));