You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,15 @@ You also must follow a convention when naming your service to make `cf-helper-ph
100
100
- For mongodb connector
101
101
-`mongodb`
102
102
103
+
### Get the logger
104
+
105
+
You have also access to a logger set for Cloud Foundry environment, access to it like this:
106
+
107
+
```php
108
+
<?php
109
+
$logger = CfHelper::getInstance()->getLogger();
110
+
```
111
+
103
112
Set php configuration
104
113
-------------------------
105
114
With [pivotal-cf-experimental/cf-buildpack-php](https://github.com/pivotal-cf-experimental/cf-buildpack-php) you can set a `.user.ini` file to set your php configuration but it's not very flexible, you can also use directly `ini_set()` but you will have to do all by your own.
0 commit comments