ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Monolog\Processor Namespace Reference

Data Structures

class  GitProcessor
 Injects Git branch and Git commit SHA in all records. More...
 
class  GitProcessorTest
 
class  IntrospectionProcessor
 Injects line/file:class/function where the log message came from. More...
 
class  IntrospectionProcessorTest
 
class  MemoryPeakUsageProcessor
 Injects memory_get_peak_usage in all records. More...
 
class  MemoryPeakUsageProcessorTest
 
class  MemoryProcessor
 Some methods that are common for all memory processors. More...
 
class  MemoryUsageProcessor
 Injects memory_get_usage in all records. More...
 
class  MemoryUsageProcessorTest
 
class  MercurialProcessor
 Injects Hg branch and Hg revision number in all records. More...
 
class  MercurialProcessorTest
 
class  ProcessIdProcessor
 Adds value of getmypid into records. More...
 
class  ProcessIdProcessorTest
 
interface  ProcessorInterface
 An optional interface to allow labelling Monolog processors. More...
 
class  PsrLogMessageProcessor
 Processes a record's message according to PSR-3 rules. More...
 
class  PsrLogMessageProcessorTest
 
class  TagProcessor
 Adds a tags array into record. More...
 
class  TagProcessorTest
 
class  UidProcessor
 Adds a unique identifier into records. More...
 
class  UidProcessorTest
 
class  WebProcessor
 Injects url/method and remote IP of the current web request in all records. More...
 
class  WebProcessorTest