The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BuzzSaw::DB::Schema::Result::Log - BuzzSaw DBIx::Class resultset

VERSION

This documentation refers to BuzzSaw::DB::Schema::Result::Log version 0.12.0

DESCRIPTION

This module provides access to the DBIx::Class resultset for the log table in the BuzzSaw database. This table records the log files which have been processed along with their SHA digest. For efficiency reasons this is used to avoid parsing a file multiple times.

The BuzzSaw project provides a suite of tools for processing log file entries. Entries in files are parsed and filtered into a set of events of interest which are stored in a database. A report generation framework is also available which makes it easy to generate regular reports regarding the events discovered.

ACCESSORS

id

  data_type: integer
  default_value: nextval('log_id_seq'::regclass)
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 200

digest

  data_type: character varying
  default_value: undef
  is_nullable: 0
  size: 200

DEPENDENCIES

This module requires DBIx::Class.

SEE ALSO

BuzzSaw::DB, BuzzSaw::DB::Schema

PLATFORMS

This is the list of platforms on which we have tested this software. We expect this software to work on any Unix-like platform which is supported by Perl.

ScientificLinux6

BUGS AND LIMITATIONS

Please report any bugs or problems (or praise!) to bugs@lcfg.org, feedback and patches are also always very welcome.

AUTHOR

    Stephen Quinney <squinney@inf.ed.ac.uk>

LICENSE AND COPYRIGHT

    Copyright (C) 2012 University of Edinburgh. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the terms of the GPL, version 2 or later.