Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support like $config->get('logger')->get('default.handler.class') ? #143

Open
shaukei opened this issue Feb 11, 2022 · 1 comment
Open

Comments

@shaukei
Copy link

shaukei commented Feb 11, 2022

Does the class library support the function like:
$config->get('logger')->get('default.handler.class');
If not, can add this feature?

@DavidePastore
Copy link
Collaborator

Hi @shaukei. It doesn't support this feature but you are free to create a PR for it. At the moment you can do something like this to achieve the same result:

$config['logger']['default']['handler']['class'];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants