GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::Engine::Logger::Entry(3) User Contributed Perl Documentation Zonemaster::Engine::Logger::Entry(3)

Zonemaster::Engine::Logger::Entry - module for single log entries

    Zonemaster::Engine->logger->add( TAG => { some => 'arguments' });

There should never be a need to create a log entry object in isolation. They should always be associated with and created via a logger object.

Construct a new object.
Returns a hash where the keys are log levels as strings and the corresponding values their numeric value.
Set the logger's start time to the current time.
Clear the test level cached configuration.

The name of the module associated to the entry, or "System".
The name of the test case which generated the entry, or "Unspecified".
The tag that was set when the entry was created.
The argument hash reference that was provided when the entry was created.
The time after the current program started running when this entry was created. This is a floating-point value with the precision provided by Time::HiRes.
The log level associated to this log entry.

Simple method to generate a string representation of the log entry. Overloaded to the stringification operator.
Returns the string representation of the message arguments.
Used to transform data from an internal/JSON representation to a "user friendly" representation one.
Returns the log level of the entry in numeric form.
2025-02-24 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.