Paul Randal explains what a log record is:
The simplest definition of a log record: it describes a single change to a database. A single operation in the database may cause multiple changes, but each change will usually have its own log record to describe it. An example of this is updating a column in a single row—it will do the following:
Read on to see what it will do, what it looks like, and what kinds of log records exist.