LogflareLogger.context
You're seeing just the function
context
, go back to LogflareLogger module for more information.
Specs
context() :: map()
If no argument is provided, returns the LogflareLogger context stored in the process dictionary.
Specs
If the argument is an atom, returns LogflareLogger context for the given key. If the argument is a map or keyword list, their keys/values are merged with the existing LogflareLogger context in the process dictionary. Setting the key to nil will remove that key from the context.