jsonlog.inc |
jsonlog.inc |
|
JSONlog module helper functions. |
jsonlog.info.yml |
jsonlog.info.yml |
|
jsonlog.info.yml |
jsonlog.install |
jsonlog.install |
|
Install, update and uninstall functions for the jsonlog module. |
jsonlog.module |
jsonlog.module |
|
Contains jsonlog.module. |
JsonLog.php |
src/Logger/JsonLog.php |
Drupal\jsonlog\Logger |
|
jsonlog.schema.yml |
config/schema/jsonlog.schema.yml |
|
config/schema/jsonlog.schema.yml |
jsonlog.services.yml |
jsonlog.services.yml |
|
jsonlog.services.yml |
jsonlog.settings.yml |
config/install/jsonlog.settings.yml |
|
config/install/jsonlog.settings.yml |
JsonLogConfigFormTest.php |
tests/src/Functional/JsonLogConfigFormTest.php |
Drupal\Tests\jsonlog\Functional |
|
JsonLogData.php |
src/Logger/JsonLogData.php |
Drupal\jsonlog\Logger |
|
JsonLogDataTest.php |
tests/src/Unit/JsonLogDataTest.php |
Drupal\Tests\jsonlog\Unit |
|
JsonLogTest.php |
tests/src/Unit/JsonLogTest.php |
Drupal\Tests\jsonlog\Unit |
|
release_note_8.x-1.2.txt |
release_notes/release_note_8.x-1.2.txt |
|
JsonLog Drupal 8
----------------
Intro
-----
This module is ported from Drupal 7 and is inspired by Drupal 8's core syslog module.
The module works in a similar way as in D7, with the same configuration options.
Configuration options can also… |