Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Naming a log DB table

I have a DB table that stores log messages and I need a name for it.

It has to be plural and preferably - a single word.

Perhaps some of you have worked with logging frameworks and you can share the names they use.

like image 225
Emanuil Rusev Avatar asked May 17 '26 03:05

Emanuil Rusev


1 Answers

I've also seen Events used for this purpose.

like image 121
BenV Avatar answered May 20 '26 08:05

BenV