@laurent_guigo
For this example, you will need to do something like:
splautoloadregister(function ($class) { $file = $DIR.'/relative/path/to/psr/log/'.strtr($class, '\', '/').'.php'; if (file_exists($file)) { require $file; return true; } }); </pre>
@laurent_guigo
For this example, you will need to do something like: