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