~.logging
This extension makes use of the logging framework which was newly introduced in TYPO3 6.1.
For more information on this look at Logging with TYPO3 in the TYPO3 Core API.
For each log level as there are
emergency
alert
critical
error
warning
notice
info
debug
different logwriters of types file and/or table could be configured:
| Property |
Title |
Type |
| file |
Filename to store log messages |
resource |
| table |
Tablename to store log messages |
string |
[tsref:plugin.tx_thrating.settings.logging.<level>]
Description
Filename to store log messages.
Description
Tablename to store log messages
| plugin.tx_thrating.settings.logging {
debug {
file = typo3temp/logs/ThRating.log
table = sys_log
}
}
|