Skip to content

Conversation

@HughIngram
Copy link

@HughIngram HughIngram commented Mar 6, 2018

Implementation of the feature requested in this issue:
#184

This feature would allow Timber to be used in for structured logging with SDKs like Firebase and Mint.

The API proposed in this PR adds methods such as:

public static void v(Map<String, Object> metadata, String message, Object... args)

I would have preferred to use a more generic Type for metadata instead of prescribing the Type of Map<String, Object>, but I could not find a way to implement generics without breaking the existing API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant