LoggingConfigDefinition
final class LoggingConfigDefinition extends AbstractConfigDefinition (View source)
Properties
| protected mixed[] | $data | from AbstractConfigDefinition |
Methods
toArray()
array
fromArrayData(array $data)
set(string $path, mixed $value)
append(string $path, mixed $value)
string
appEnabled(bool $enabled = true)
appPath(string $path)
appLevel(string $level)
appDays(int $days)
errorEnabled(bool $enabled = true)
errorPath(string $path)
errorLevel(string $level)
errorDays(int $days)
errorLogNotFound(bool $enabled = true)
requestEnabled(bool $enabled = true)
requestPath(string $path)
requestLevel(string $level)
requestDays(int $days)
requestMinStatus(int $statusCode)
benchmarkEnabled(bool $enabled = true)
benchmarkPath(string $path)
benchmarkLevel(string $level)
benchmarkDays(int $days)
Details
toArray
array
toArray()
No description
moduleKey
static string
moduleKey()
No description