Solved
How can I parse 'Security Log'?
Hi, all.
I am trying to parse the 'Security Log' because I have to make counting user login.
How can I parse it? Is it possible?
Thank you.
Hi, all.
I am trying to parse the 'Security Log' because I have to make counting user login.
How can I parse it? Is it possible?
Thank you.
Why you want to parse it? You can access direcly from a service with SecurityLog Entity:
var logEntries = Logs["SecurityLog"].QueryLogEntries(....);
var logEntries = Logs["SecurityLog"].GetLogEntries(...);
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.