Computer Tips - Is there a nice way to view systemd events?

Date: 2014may2 OS: Linux Distro: RedHat/Fedora/CentOS Q. Is there a nice way to view systemd events? A. This will last the last few colorized:
journalctl -n | ccze
Also you can do:
tail /var/log/postfix | ccze tail /var/log/messages | ccze
If you don't have ccze:
dnf install ccze