changed POD formatting
This commit is contained in:
parent
bf5a0145ae
commit
2b6eb201a9
55 changed files with 1188 additions and 3220 deletions
|
|
@ -66,14 +66,10 @@ These functions are available from this package:
|
|||
|
||||
Inserts an AUDIT type message into the WebGUI log.
|
||||
|
||||
=over
|
||||
|
||||
=item message
|
||||
=head3 message
|
||||
|
||||
Whatever message you wish to insert into the log.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub audit {
|
||||
|
|
@ -224,14 +220,10 @@ sub getWarnings {
|
|||
|
||||
Adds a SECURITY type message to the log.
|
||||
|
||||
=over
|
||||
|
||||
=item message
|
||||
=head3 message
|
||||
|
||||
The message you wish to add to the log.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub security {
|
||||
|
|
@ -340,14 +332,10 @@ sub showWarnings {
|
|||
|
||||
Generates a stamp to be added to the log file. Use this in conjunction with your message for writeLog().
|
||||
|
||||
=over
|
||||
|
||||
=item type
|
||||
=head3 type
|
||||
|
||||
The type of message this is. You may use whatever type you wish. WebGUI currently uses AUDIT, WARNING, FATAL, and SECURITY.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub stamp {
|
||||
|
|
@ -361,14 +349,10 @@ sub stamp {
|
|||
|
||||
Adds a WARNING type message to the log.
|
||||
|
||||
=over
|
||||
|
||||
=item message
|
||||
=head3 message
|
||||
|
||||
The message you wish to add to the log.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub warn {
|
||||
|
|
@ -383,14 +367,10 @@ sub warn {
|
|||
|
||||
Writes a message to the log.
|
||||
|
||||
=over
|
||||
|
||||
=item message
|
||||
=head3 message
|
||||
|
||||
The message you wish to write to the log.
|
||||
|
||||
=back
|
||||
|
||||
=cut
|
||||
|
||||
sub writeLog {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue