The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Log::Log4perl::Appender::Chunk::Store::File - Stores chunks on disk

SYNOPSIS

Fist make sure you read Log::Log4perl::Appender::Chunk documentation.

l4p.conf:

  log4perl.rootLogger=TRACE, Chunk

  layout_class=Log::Log4perl::Layout::PatternLayout
  layout_pattern=%m%n

  log4perl.appender.Chunk=Log::Log4perl::Appender::Chunk

  # Built-in store class File
  log4perl.appender.Chunk.store_class=File
  log4perl.appender.Chunk.store_args.base_directory=/tmp/
  log4perl.appender.Chunk.store_args.log_folder=chucks

See Log::Log4perl::Appender::Chunk's synopsis for a more complete example.

OPTIONS

base_directory

Optional. This is the root folder for where the chunks live on the disk.

log_folder

Optional. The sub folder inside of the base directory where the chunks live.

store

See Log::Log4perl::Appender::Chunk::Store

1 POD Error

The following errors were encountered while parsing the POD:

Around line 85:

You forgot a '=back' before '=head2'