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

resolve __class__ in array #4

Merged
merged 2 commits into from
Oct 6, 2018
Merged

resolve __class__ in array #4

merged 2 commits into from
Oct 6, 2018

Conversation

alexpts
Copy link
Contributor

@alexpts alexpts commented Oct 1, 2018

It need for describe monolog GroupHandler.
nikolaposa/monolog-factory#4

'monolog' => [
	'name' => GroupHandler::class,
	'options' => [
		'handlers' => [
			'first' => [
				'__class__' => RotatingFileHandler::class,
				'filename' =>  __DIR__ .'log.log',
				'maxFiles' => 100
			],
			'fallback' => [
				'__class__' => RotatingFileHandler::class,
				'filename' =>  __DIR__ .'fallback.log',
				'maxFiles' => 10
			],
		],
	]
];

@nikolaposa nikolaposa self-requested a review October 4, 2018 17:13
@nikolaposa nikolaposa added this to the 1.2.0 milestone Oct 4, 2018
@alexpts
Copy link
Contributor Author

alexpts commented Oct 6, 2018

Do you merge a PR to the master and release a new version monolog-factory package?

@nikolaposa
Copy link
Owner

@alexpts I still haven't created a new release, let's just wait for a while in case something else pops up. I'll release it no later then next week, and I'll bump version constraint in monolog-factory as well. Thanks for the help.

@nikolaposa nikolaposa merged commit 10cb72f into nikolaposa:master Oct 6, 2018
@alexpts
Copy link
Contributor Author

alexpts commented Oct 7, 2018

Ok, I will wait new version monolog-factory. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants