Skip to content

events logger as collector #17

@mountstone

Description

@mountstone

Events logger should be implemented as garbage collector, which saves all events data when app terminating is triggered:

$app->terminating(function () use ($app) {
            if (app('antares.installed')) {
                ...
            }
        });

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions