2 references to CreateLogger
Microsoft.Maui.Controls (1)
TypeConversionHelper.cs (1)
173
Application.Current?.FindMauiContext()?.
CreateLogger
(nameof(TypeConversionHelper))?.LogWarning(
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
29
Forms.MauiContext?.
CreateLogger
("Renderer")?.LogWarning("{bindable} already has a renderer attached to it: {oldvalue}. Please figure out why and then fix it.", bindable, oldvalue);