Download the PHP package falbar/laravel-system-log without Composer
On this page you can find all versions of the php package falbar/laravel-system-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-system-log
laravel-system-log, Packagist
It is used for working with logging data, recording logs.
Install
To install package, you need run command:
Examples
Recording logs
Methods
setNameSpace($sNameSpace)
- specifying the read space:$sNameSpace
- name of the space (by defaultdefault
).
enableSimpleInfo()
- enable minimum set of call location logging;setInfo($arInfo)
- specifying information about the logging location:$arInfo
- array data.
setData($arData)
- specifying logging data:$arData
- array data.
setMessage($sMessage)
- specifying the logging message:$sMessage
- message.
setType($sType)
- specifying the logging type:$sType
- type (by defaulterror
).
put()
- create record.
Reading logs
Methods
setNameSpace($sNameSpace)
- specifying the read space:$sNameSpace
- name of the space.
getSize()
- get the size of logs in space;getAllSize()
- get the size of logs;delete()
- clear logs in space;deleteAll()
- clear logs;getList()
- get a list of logs in the space.
All versions of laravel-system-log with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laravel/framework Version ^9.0|^10.0|^11.0
akbsit/helper-json Version ^1.0
laravel/framework Version ^9.0|^10.0|^11.0
akbsit/helper-json Version ^1.0
The package falbar/laravel-system-log contains the following files
Loading the files please wait ....