NAME
XAS::Model::Database::Messaging::Result::Log - Table for XAS Log entries
DESCRIPTION
The definition for the log table.
FIELDS
id
An automatic incremental index.
hostname
The name of the host that the entry is from.
datetime
The date and time when the record was created.
level
The level of the alert.
facility
The facility of the alert.
process
The name of the process that generated the alert.
message
The message.
pid
The process id of process that generated the alert.
tid
The id for the thread of the process that generated the alert.
msgnum
The message number of the message for the alert.
revision
Used by DBIx::Class::OptimisticLocking to manage changes for this record.
METHODS
sqlt_deploy_hook($sqlt_table)
This method is used when a database schema is being generated. It can be used to add additional features.
table_name
Used by the helper functions mixed in from XAS::Model::DBM.
SEE ALSO
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (c) 2015 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.