MT#7705 - Message.pm further edited the pod doc

changes/94/294/1
Kirill Solomko 11 years ago
parent 503cdfcc7f
commit 71eadae6ea

@ -285,7 +285,7 @@ Params:
(by default $c->request->params is used for the data source) (by default $c->request->params is used for the data source)
$cname - Custom function name for CALLED= e.g. Controller::Domain::create $cname - Custom function name for CALLED= e.g. Controller::Domain::create
as the caller and if you need to something else as the caller and if you need to something else
$cname=custom_create leads to $cname => 'custom_create' leads to
CALLED=Controller:Domain::custom_create in the log CALLED=Controller:Domain::custom_create in the log
=head3 C<info> =head3 C<info>
@ -297,7 +297,6 @@ Params:
$c (required) $c (required)
$desc (required) - main log message (will apear on the GUI). $desc (required) - main log message (will apear on the GUI).
$log - additional information that will be added to LOG= only (no GUI). $log - additional information that will be added to LOG= only (no GUI).
$error - error log message, will be parsed and may also appear on the GUI
$type - 'panel' by default, means the message will go to both the log and the GUI, $type - 'panel' by default, means the message will go to both the log and the GUI,
anything else but 'panel' is written only to the log. anything else but 'panel' is written only to the log.
Expandable with new types if neccessary. Expandable with new types if neccessary.
@ -305,7 +304,7 @@ Params:
(by default $c->request->params is used for the data source) (by default $c->request->params is used for the data source)
$cname - Custom function name for CALLED= e.g. Controller::Domain::create $cname - Custom function name for CALLED= e.g. Controller::Domain::create
as the caller and if you need to something else as the caller and if you need to something else
$cname=custom_create leads to $cname => 'custom_create' leads to
CALLED=Controller:Domain::custom_create in the log CALLED=Controller:Domain::custom_create in the log
=head1 AUTHOR =head1 AUTHOR

Loading…
Cancel
Save