Iptables log

Hi,

how can I see iptables log for say these lines?

/sbin/iptables -N LOGDROP
/sbin/iptables -A LOGDROP -j LOG
/sbin/iptables -A LOGDROP -j DROP

I tried with sudo journalctl -k but there are no messages.