logger 추가

This commit is contained in:
2018-03-07 23:21:06 +09:00
parent 1b70485c9a
commit fffd45b2e0
197 changed files with 23186 additions and 2 deletions
+13
View File
@@ -15,9 +15,14 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
public static $prefixLengthsPsr4 = array (
'P' =>
array (
'Psr\\Log\\' => 8,
'Psr\\Http\\Message\\' => 17,
'PHPMailer\\PHPMailer\\' => 20,
),
'M' =>
array (
'Monolog\\' => 8,
),
'L' =>
array (
'League\\Plates\\' => 14,
@@ -32,6 +37,10 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
);
public static $prefixDirsPsr4 = array (
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
@@ -40,6 +49,10 @@ class ComposerStaticInit67b09c83b85c3bc0027caefe5bba171a
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Monolog\\' =>
array (
0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
),
'League\\Plates\\' =>
array (
0 => __DIR__ . '/..' . '/league/plates/src',