The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Apache::Sling::Print - functions used for printing by the Apache::Sling library.

ABSTRACT

useful utility functions for general print to screeen and print to file functionality.

METHODS

Selects printing to standard out or to log with locking based on whether a suitable log file is defined.

Prints out a specified message to a specified file with locking in an attempt to prevent competing threads or forks from stepping on each others toes when writing to the file.

Prints out a specified message with locking in an attempt to prevent competing threads or forks from stepping on each others toes when printing to stdout.

Takes an object (user, group, site, etc) and prints out it's Message value, appending a new line. Also looks at the verbosity level and if greater than or equal to 1 will print extra information extracted from the object's Response object. At the moment, won't print if log is defined, as the prints to log happen elsewhere. TODO tidy that up.

date_time

Returns a current date time string, which is useful for log timestamps.

USAGE

use Apache::Sling::Print;

DESCRIPTION

Utility library providing useful utility functions for general Print functionality.

REQUIRED ARGUMENTS

None required.

OPTIONS

n/a

DIAGNOSTICS

n/a

EXIT STATUS

0 on success.

CONFIGURATION

None required.

DEPENDENCIES

INCOMPATIBILITIES

None known.

BUGS AND LIMITATIONS

None known.

AUTHOR

Daniel David Parry <perl@ddp.me.uk>

LICENSE AND COPYRIGHT

LICENSE: http://dev.perl.org/licenses/artistic.html

COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>