Orchardcore: question: how can access to log information?

Created on 15 Dec 2019  路  6Comments  路  Source: OrchardCMS/OrchardCore

OC has a log mechanism to save user activity?

if it has, how i can access that?

where i can find an example to use that for my modules?

All 6 comments

OC supports NLog & SeriLog, but you implement your own, so the logged information depends on the active logger provider

There is no events logged for user activity yet. This is an "Audit Trail" module that should be migrated from 01 which will take some time investment to complete.

I think the only event on User itself is CreatedEvent. And for knowing which users did what it's an audit trail.

Aha if you mean user activity as @Skrypt said no module to provide such thing

@hishamco i'm using serilog but i need that user activity log to have more security in the project.

@Skrypt that will be useful if we have that.

You can implement your own Audit module, or tr to migrate the one from Orchard 1

You can implement your own Audit module, or tr to migrate the one from Orchard 1

i try to have look in "Audit Trail "

Was this page helpful?
0 / 5 - 0 ratings

Related issues

randaratceridian picture randaratceridian  路  3Comments

chillibug picture chillibug  路  4Comments

cbadger360 picture cbadger360  路  4Comments

webmedia1012 picture webmedia1012  路  4Comments

aghili371 picture aghili371  路  3Comments