fn- When used as a decorator, this is the function to be wrapped.project- Name of the project the stored logs will be associated to.context- Context for the logs.params- Dictionary containing one or more key:value pairs that will benew- Whether to create a new log if there is a currently active global log.overwrite- If adding to an existing log, dictates whether or not to overwritemutable- Either a boolean to apply uniform mutability for all fields, or a dictionary mapping field names to booleans for per-field control. Defaults to True.api_key- If specified, unify API key to be used. Defaults to the value in theentries- Dictionary containing one or more key:value pairs that will be logged
