wiki.techinc.nl/includes/debug/logger
dcausse f0ed13eec5 Supports schema revision id in avro binary formatter
Avro formatter now supports a revision defined in schema configuration:

$wmgMonologAvroSchemas = array(
  'CirrusSearchRequestSet' => array(
    'schema' => file_get_contents( __DIR__ . '/schema.avsc' ),
    'revision' => 11144802,
  ),
);

The formatter still supports old style configuration:
$wmgMonologAvroSchemas = array(
  'CirrusSearchRequestSet' => file_get_contents( __DIR__ . '/schema.avsc' ),
);

Change-Id: Icc0f92be23305e77a69b92fee4d9f9de2edda81e
2015-11-24 13:31:45 +01:00
..
monolog Supports schema revision id in avro binary formatter 2015-11-24 13:31:45 +01:00
LegacyLogger.php Fixed spacing 2015-09-26 20:44:54 +00:00
LegacySpi.php Fix doxygen warnings for missing commands 2015-07-20 20:05:02 +02:00
LoggerFactory.php LoggerFactory: Only check for Psr\Log\LoggerInterface once 2015-10-26 12:57:28 -06:00
MonologSpi.php MonologSpi: add support for customizing Monolog\Logger instances 2015-11-04 18:07:19 +00:00
NullSpi.php Fix doxygen warnings for missing commands 2015-07-20 20:05:02 +02:00
Spi.php Fix doxygen warnings for missing commands 2015-07-20 20:05:02 +02:00