Dump a message to the console. Example:
dump("Hello World");
dump(dynamic value, {String? tag, bool alwaysPrint = false}) => NyLogger.dump(value, tag, alwaysPrint: alwaysPrint);