How to check whether logs are updating or not?

how to check whether logs are updating or not in unix

is there any built in command or function ?

check the date of the log file, if it get updated.

or

wc -l log_file

or

tail -f log_file