<<

NAME

CTF::Log - Handles Logging capabilities for all CTF modules.

SYNOPSIS

    use CTF;
    CTF->load_from_io($config);
    log( "Something is happening!\n");
    warn( "Something bad is happening!\n");
    die( "Something *really* bad is happening!\n");
    bogon( "Something really weird is happening!\n");

ABSTRACT

Manages logging via log(), warn() and die() calls.

DESCRIPTION

Overrides log() warn() and die() calls to a logfile as defined in $CTF::Config->{logfile}

Messages continue to go to to STDERR, as well.

SEE ALSO

http://crew.ccs.neu.edu/wiki/CaptureTheFlag

AUTHOR

Marc Dougherty <[email protected]>

Ian Langworth <http://langworth.com>

COPYRIGHT AND LICENSE

Copyright 2004 by Marc Dougherty

This software is released under the terms of the GPL. A copy of the GPL can be obtained here: http://www.fsf.org/licenses/gpl.html

<<

Unless otherwise noted, all content is copyright Marc Dougherty and is subject to a Creative Commons license.