A
Andy B
I need to create application logs where everything that is done is logged to
some sort of storage space (sql, xml, or whatever). The log would be used to
track activities in the admin control pannel of the website. Examples would
be Adding, editing and deleting news, events, signing in/out and so on.
Should I be doing this at the sql server level or should I be doing this at
the application level. I have an sql error log in the database (at the
database level) that requires a person to actually log into the server to
see the errors logged into the table. Should I consider making this
available in the application as well?
some sort of storage space (sql, xml, or whatever). The log would be used to
track activities in the admin control pannel of the website. Examples would
be Adding, editing and deleting news, events, signing in/out and so on.
Should I be doing this at the sql server level or should I be doing this at
the application level. I have an sql error log in the database (at the
database level) that requires a person to actually log into the server to
see the errors logged into the table. Should I consider making this
available in the application as well?