Bot-BasicBot-Pluggable-Module-Log

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
AUTHOR
    Mario Domgoergen, "<dom at math.uni-bonn.de>"
 
BUGS
    *   For the sake of simplicity this module opens and closes the logfile
        every time a message is written. This is far from optimal, but save
        me the hassle to save open filehandles between invocations, locking
        over nfs and rotating the log files. In the future there will be a
        submodule to use Log::Log4perl or Log::Dispatch.
 
    *   No file is locked, so there could be a possible problem with
        multiple bots writing to the same file. This will also be solved by
        using one of the serious logging modules mentioned above.
 
    Please report any bugs or feature requests to
    "bug-bot-basicbot-pluggable-module-log at rt.cpan.org", or through the
    web interface at
    odule-Log>. I will be notified, and then you'll automatically be
    notified of progress on your bug as I make changes.

lib/Bot/BasicBot/Pluggable/Module/Log.pm  view on Meta::CPAN

275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
=item
 
For the sake of simplicity this module opens and closes the logfile
every time a message is written. This is far from optimal, but save me
the hassle to save open filehandles between invocations, locking over
nfs and rotating the log files. In the future there will be a submodule to
use Log::Log4perl or Log::Dispatch.
 
=item
 
No file is locked, so there could be a possible problem with multiple
bots writing to the same file. This will also be solved by using one of
the serious logging modules mentioned above.
 
=back
 
Please report any bugs or feature requests
to C<bug-bot-basicbot-pluggable-module-log
at rt.cpan.org>, or through the web interface at
I will be notified, and then you'll automatically be notified of progress



( run in 0.339 second using v1.01-cache-2.11-cpan-95122f20152 )