Debug() .CreateLogger(); // Initalie the XamlFlair loggers using the LoggerFactory (with Serilog support) XamlFlair.Animations.InitializeLoggers(new LoggerFactory().AddSerilog()); } To output the values of one o
logger factory for this library to use:// ... logger framework initialization sufficient for logging application startup events ...LoggerFactoryProvider.LoggerFactory=newXYZLoggerFactory();// SerilogLoggerFactory, NLogLoggerFactory, ...// "Logger" property is imported with the "using static" ...
Debug() .CreateLogger(); // Initalie the XamlFlair loggers using the LoggerFactory (with Serilog support) XamlFlair.Animations.InitializeLoggers(new LoggerFactory().AddSerilog()); } To output the values of one or more animations, simply set Debug to the EnableLogging property on the target ...