Book Image

Spring MVC Beginner's Guide

By : Amuthan Ganeshan
Book Image

Spring MVC Beginner's Guide

By: Amuthan Ganeshan

Overview of this book

Table of Contents (19 chapters)
Spring MVC Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Audit logging


Audit logging means maintaining a log record to show who had accessed a computer system and what operations they had performed. In our project, we have a web page to add products; we may need to maintain a record of who added which product on which date. We can create an interceptor to make such a log record.