Nextcloud PHP API (master)

ILogger

Nextcloud logging levels.

For historical reasons the logging levels are provided as interface constants.

Tags
since
7.0.0
since
20.0.0

deprecated logging methods in favor of \Psr\Log\LoggerInterface

since
31.0.0

removed deprecated logging methods - the interface is kept for Nextcloud log levels

Table of Contents

Constants

DEBUG  = 0
ERROR  = 3
FATAL  = 4
INFO  = 1
WARN  = 2

Constants

DEBUG

public mixed DEBUG = 0
Tags
since
14.0.0

ERROR

public mixed ERROR = 3
Tags
since
14.0.0

FATAL

public mixed FATAL = 4
Tags
since
14.0.0

INFO

public mixed INFO = 1
Tags
since
14.0.0

WARN

public mixed WARN = 2
Tags
since
14.0.0

        
On this page

Search results