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