Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Adds the ability to send a raw message (useful for json message) #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jedi4ever
Copy link

By default le_android adds the timestamp and loglevel to the message you send to logentries.

This PR adds the setSendRawMessage(boolean) function so you can remove that log prefix.
We use it for logging plain json log so parsing works correctly.

The settings is default to false so it is backwards compatible.

P.S. I think it's better to add getter/setters then to provide other constructors to the logger

@udangel-r7
Copy link
Contributor

closing as merge conflict

@udangel-r7 udangel-r7 closed this Aug 12, 2016
@jedi4ever
Copy link
Author

euh @udangel-r7 ? would you like me to rebase or implemented this in the new version?
closing it as merge conflict is a bit cryptic :)

@udangel-r7
Copy link
Contributor

As nobody responded to this PR (and it seemed to became stale) I closed it. If rebase it + fix the formatting issues I am happy to merge it.

re-opening for the time being

@udangel-r7 udangel-r7 reopened this Aug 13, 2016
@Mehly
Copy link

Mehly commented Sep 2, 2016

Being able to send raw data (more precisely: custom json) would be much appreciated. Currently our JSON is parsed correctly and added within the 'message' property. While this approach is already a decent benefit it would be nice to just send custom json (without having device-id, timestamp, etc. auto-attached)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants