Method LogFrame
LogFrame(AnimatedImageFrameInfo?, ILogWriter?)
Logs detailed information about a specific animation frame identified by the specified URL and frame index.
public static void LogFrame(AnimatedImageFrameInfo? info, ILogWriter? logWriter = null)
Parameters
infoAnimatedImageFrameInfoFrame information.
logWriterILogWriterAn optional log writer used to output the frame information. If not specified, the default debug log writer is used.
Remarks
If no frame information is available for the given URL and frame index, a message indicating the absence of information is logged instead.