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
Log::Report::Minimal::Domain(3) User Contributed Perl Documentation Log::Report::Minimal::Domain(3)

Log::Report::Minimal::Domain - administer one text-domain

 use Log::Report::Minimal::Domain;
 my $domain = Log::Report::Minimal::Domain->new(name => $name);

 # normal usage
 use Log::Report::Optional;       # or Log::Report itself
 my $domain = textdomain $name;   # find config
 textdomain $name, %configure;    # set config, only once.

Read Log::Report::Domain.

Log::Report::Minimal::Domain->new(%options)
 -Option--Default
  name    <required>
    
name => STRING

$obj->configure(%options)
 -Option--Default
  where   <required>
    
where => ARRAY
Specifies the location of the configuration. It is not allowed to configure a domain on more than one location.
$obj->isConfigured()
$obj->name()

$obj->interpolate( $msgid, [$args] )
Interpolate the keys used in $msgid from the values in $args. This is handled by the formatter, by default a String::Print instance.

This module is part of Log-Report-Optional distribution version 1.07, built on January 15, 2021. Website: http://perl.overmeer.net/CPAN/

Copyrights 2013-2021 by [Mark Overmeer <mark@overmeer.net>]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/

2021-01-15 perl v5.32.1

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.