NAME

Games::AssaultCube::Log::Line::Base - The base log line object

ABSTRACT

This module provides the base log line descriptions all other subclasses inherit from.

DESCRIPTION

This module provides the base log line descriptions all other subclasses inherit from.

Attributes

Those attributes are the "generic" ones you can access. Please see the subclasses for additional attributes you can use.

line

The raw log line

event

The event specified by the line ( see subclasses for all possible event types )

tostr

A convenience attribute returning a nice string representing this event ( might differ from the line! )

AUTHOR

Apocalypse <apocal@cpan.org>

Props goes to the BS clan for the support!

This project is sponsored by http://cubestats.net

COPYRIGHT AND LICENSE

Copyright 2009 by Apocalypse

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.