RingLogger.tail
You're seeing just the function
tail
, go back to RingLogger module for more information.
Print the last n messages in the log.
Options include:
- Options from
attach/1
:pager
- a function for printing log messages to the console. Defaults toIO.binwrite/2
.
Specs
tail(non_neg_integer(), [client_option()]) :: :ok | {:error, term()}