METHODS

Constructors

$class->new( OPTIONS )
See new in Log::Report::Extract.

Accessors

$obj->charset
See charset in Log::Report::Extract.
$obj->domains
See domains in Log::Report::Extract.
$obj->index
See index in Log::Report::Extract.
$obj->pots( DOMAIN )
See pots in Log::Report::Extract.

Processors

$obj->cleanup( OPTIONS )
See cleanup in Log::Report::Extract.
$obj->process( FILENAME, OPTIONS )

Update the domains mentioned in the FILENAME. All textdomains defined in the file will get updated automatically, but not written before all files where processed.

Option Default

charset

'iso-8859-1'

charset => STRING
$obj->showStats( [DOMAINs] )
See showStats in Log::Report::Extract.
$obj->store( DOMAIN, FILENAME, LINENR, CONTEXT, MSG, [MSG_PLURAL] )
See store in Log::Report::Extract.
$obj->write( [DOMAIN] )
See write in Log::Report::Extract.