DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="4.1.0.4636" />

 LogWarningMessageEvents

public static class LogWarningMessageEvents

event handler for logging warning message

public static void OnLogInfoMessage(string message)

Log node info message

public static void OnLogInfoMessage(string message, Version introducedInVersion)

Log node info message with the Dynamo version it was introduced in. Info messages with a version will only be displayed if the workspace was created in a Dynamo version older than the specified introducedInVersion. For new unsaved workspaces, versioned messages are always suppressed.

public static void OnLogWarningMessage(string message)

Log node warning message