File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 922922 'OC \\Log \\Errorlog ' => $ baseDir . '/lib/private/Log/Errorlog.php ' ,
923923 'OC \\Log \\ExceptionSerializer ' => $ baseDir . '/lib/private/Log/ExceptionSerializer.php ' ,
924924 'OC \\Log \\File ' => $ baseDir . '/lib/private/Log/File.php ' ,
925+ 'OC \\Log \\Graylog ' => $ baseDir . '/lib/private/Log/Graylog.php ' ,
925926 'OC \\Log \\LogFactory ' => $ baseDir . '/lib/private/Log/LogFactory.php ' ,
926927 'OC \\Log \\Rotate ' => $ baseDir . '/lib/private/Log/Rotate.php ' ,
927928 'OC \\Log \\Syslog ' => $ baseDir . '/lib/private/Log/Syslog.php ' ,
Original file line number Diff line number Diff line change @@ -952,6 +952,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
952952 'OC \\Log \\Errorlog ' => __DIR__ . '/../../.. ' . '/lib/private/Log/Errorlog.php ' ,
953953 'OC \\Log \\ExceptionSerializer ' => __DIR__ . '/../../.. ' . '/lib/private/Log/ExceptionSerializer.php ' ,
954954 'OC \\Log \\File ' => __DIR__ . '/../../.. ' . '/lib/private/Log/File.php ' ,
955+ 'OC \\Log \\Graylog ' => __DIR__ . '/../../.. ' . '/lib/private/Log/Graylog.php ' ,
955956 'OC \\Log \\LogFactory ' => __DIR__ . '/../../.. ' . '/lib/private/Log/LogFactory.php ' ,
956957 'OC \\Log \\Rotate ' => __DIR__ . '/../../.. ' . '/lib/private/Log/Rotate.php ' ,
957958 'OC \\Log \\Syslog ' => __DIR__ . '/../../.. ' . '/lib/private/Log/Syslog.php ' ,
You can’t perform that action at this time.
0 commit comments