rogcat icon indicating copy to clipboard operation
rogcat copied to clipboard

Add parser for boost logging

Open miklelappo opened this issue 2 years ago • 3 comments

Allow projects using boost logging to use nice rogcat colours

The setup for boost logging should look like this: "%TimeStamp% %ProcessID% %ThreadID% %Process%: %Message%"

Closes #36

miklelappo avatar Dec 05 '21 20:12 miklelappo

Is there somewhere a definition of the "boot format"?

flxo avatar Dec 06 '21 08:12 flxo

Boost logging is setup via logging.ini file and can take many different forms. The proposed format is as close as possible to android one which is the best from my ppov.

Format= "%TimeStamp% %ProcessID% %ThreadID% %Process%: %Message%"

miklelappo avatar Jan 13 '22 10:01 miklelappo

Puh. This requires very detailed knowledge in order to get setup. My feeling for the future is more to get rid of formats and focus on the formats used by logcat. Started this with https://github.com/flxo/rogcat/commit/281dc3ab633536cc8d3d99d16861c27cc799e5f1.

flxo avatar Jan 13 '22 10:01 flxo