| README | The main README file |
| MANIFEST | This list |
| ChangeLog | List of changes |
| Makefile.PL | Generic Makefile template |
| Agent.pm [pod] | Main agent, default interface |
| Agent/Channel.pm [pod] | Ancestor for all channels |
| Agent/Channel/File.pm [pod] | File logging channel |
| Agent/Channel/Handle.pm [pod] | I/O handle logging channel |
| Agent/Channel/Syslog.pm [pod] | Syslog logging channel |
| Agent/Driver.pm [pod] | Ancestor for all drivers |
| Agent/Driver/Datum.pm [pod] | Intercepting driver for Devel::Datum |
| Agent/Driver/Default.pm [pod] | Default logging driver |
| Agent/Driver/File.pm [pod] | File driver |
| Agent/Driver/Fork.pm [pod] | Fork to split output to multiple drivers |
| Agent/Driver/Mail.pm [pod] | Email driver |
| Agent/Driver/Silent.pm [pod] | Silent driver |
| Agent/Driver/Syslog.pm [pod] | Syslog driver |
| Agent/File/Native.pm [pod] | A native file handle |
| Agent/File_Pool.pm | Pool of file logging channels for sharing |
| Agent/Formatting.pm | Log formatting routines |
| Agent/Message.pm [pod] | A log message |
| Agent/Prefixer.pm | Log prefixer (name, pid) |
| Agent/Priorities.pm [pod] | Priority manipulation routines |
| Agent/Stamping.pm [pod] | Log timestamping routines |
| Agent/Tag.pm [pod] | Ancestor for message tags |
| Agent/Tag/Callback.pm [pod] | Add dynamically computed tags to messages |
| Agent/Tag/Caller.pm [pod] | Computes and formats caller information |
| Agent/Tag/Priority.pm [pod] | Add priority/level information to messages |
| Agent/Tag/String.pm [pod] | Add constant string to messages |
| Agent/Tag_List.pm [pod] | Holds list of user-defined tags |
| t/caller.t | Test caller information |
| t/carp.pl | Library for tests |
| t/carp_default.t | Test logcarp() and logxcarp() with defaults |
| t/carp_file.t | Test logcarp() and logxcarp() to file |
| t/carp_fork.t | Test logcarp() and logxcarp() to fork |
| t/carp_multiline.t | Test logcarp() and logxcarp() with newlines |
| t/carp_silent.t | Test logcarp() and logcroak() with silent |
| t/code.pl | Library for tests |
| t/common.pl | Library for tests |
| t/default.t | Test default settings and driver |
| t/default_exp.t | Test default settings, explicit logconfig() |
| t/file.t | Test file driver |
| t/fork.t | Test driver fork |
| t/format.t | Test the sprintf compatibility of logxxx() |
| t/priority.t | Test -priority setting in logconfig() |
| t/tag_callback.t | Test log message tag via callback |
| t/tag_string.t | Test log message tag via string |
| META.json | Module meta-data |