ILogFactory
in
Interface ILogFactory
Tags
Table of Contents
Methods
- get() : IWriter
- getCustomPsrLogger() : LoggerInterface
Methods
get()
public
get(string $type) : IWriter
Parameters
- $type : string
-
- one of: file, errorlog, syslog, systemd
Tags
Return values
IWritergetCustomPsrLogger()
public
getCustomPsrLogger(string $path[, string $type = 'file' ][, string $tag = 'Nextcloud' ]) : LoggerInterface
Parameters
- $path : string
- $type : string = 'file'
- $tag : string = 'Nextcloud'