mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
458 B
Text
8 lines
458 B
Text
Test::Log::Log4perl can be used to test that you're logging the right thing with
|
|
Log::Log4perl. It checks that we get what, and only what, we expect logged by
|
|
your code.
|
|
|
|
The basic process is very simple. Within your test script you get one or more
|
|
loggers from Test::Log::Log4perl with the get_logger method just like you would
|
|
with Log::Log4perl. You're going to use these loggers to declare what you think
|
|
the code you're going to test should be logging.
|