Nextcloud PHP API (master)

IDataLogger

Interface IDataLogger

Tags
since
18.0.1

Table of Contents

Methods

logData()  : void
allows to log custom data, similar to how logException works

Methods

logData()

allows to log custom data, similar to how logException works

public logData(string $message, array<string|int, mixed> $data[, array<string|int, mixed> $context = [] ]) : void
Parameters
$message : string
$data : array<string|int, mixed>
$context : array<string|int, mixed> = []
Tags
since
18.0.1

        
On this page

Search results