Store & get custom audit logs for my custom addon

I would like to store some user related information like (username, login from region & login time) in the audit logs.
The information may look like this
“test1”, “USA”,
“test2”, “UK”,
.
.
.

Also, wants to show this information to admin in the table format.
Username Country Login Time
test1 USA Time in local format
test2 UK Time in local format
.
.
.
.

Is there any way using which I can achieve this?

Wanted to implement this for all server like Jira, Confluence, Bitbucket, Bamboo, Fisheye & Crowd.

1 Like