PHP

PHPメモ:配列をロギング

PHP

foreach (array_keys($something) as $look) { \Common\Logger::info('TRACE: [' . $look . ']'); }