NAME

MT::Log - Movable Type activity log record


SYNOPSIS

    use MT::Log;
    my $log = MT::Log->New;
    $log->message('This is a message in the activity log.');
    $log->save
        or die $log->errstr;


DESCRIPTION

An MT::Log object represents a record in the Movable Type activity log.


USAGE

As a subclass of MT::Object, MT::Log inherits all of the data-management and -storage methods from that class; thus you should look at the MT::Object documentation for details about creating a new object, loading an existing object, saving an object, etc.


DATA ACCESS METHODS

The MT::Log object holds the following pieces of data. These fields can be accessed and set using the standard data access methods described in the MT::Object documentation.


DATA LOOKUP

In addition to numeric ID lookup, you can look up or sort records by any combination of the following fields. See the load documentation in MT::Object for more information.


AUTHOR & COPYRIGHTS

Please see the MT manpage for author, copyright, and license information.