FileLogger
class FileLogger implements LoggerInterface, NormalizableInterface, DenormalizableInterface (View source)
Properties
protected string | $directory | ||
protected Process | $process | ||
protected Filesystem | $filesystem |
Methods
getLogFileName()
No description
getFilePath()
No description
write($message)
No description
normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])
No description
denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])
No description
void
remove()
No description
array
readAsArray()
No description
bool
logExists()
No description
Details
__construct(string $directory = null, Process $process = null)
FileLogger constructor.
protected
getLogFileName()
No description
protected
getFilePath()
No description
write($message)
No description
normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])
No description
denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])
No description
void
remove()
No description
array
readAsArray()
No description
bool
logExists()
No description