DynamoConsoleLogger static class DynamoConsoleLogger Used to log to the dynamo console from places where we do not have a reference to the Dynamo console. Documentation Code public static event Action<string> LogErrorToDynamoConsole public static event Action<string> LogMessageToDynamoConsole public static void OnLogErrorToDynamoConsole(string message) public static void OnLogMessageToDynamoConsole(string message)