NAME

MOJO::Log


DESCRIPTION

        my $log = new MOJO::Log;

        $log->mj_log($list, $action, $details); 
        $log->trace("something's happening");


SYNOPSIS

This simple module allows simple logging utilities to Mojo Mail. It also allows you to 'trace' whatever you want really in Mojo Mail, This is best for bug fixing and usually isn't good for general use.


CHANGES

  1. 5/29/01 - add the trace method, added POD