level = $level; $this->app = $app; $this->message = $message; } /** * Get the level of the log item * * @return int * @since 28.0.0 */ public function getLevel(): int { return $this->level; } /** * Get the app context of the log item * * @return string * @since 28.0.0 */ public function getApp(): string { return $this->app; } /** * Get the message of the log item * * @return array * @since 28.0.0 */ public function getMessage(): array { return $this->message; } } /stable29/sabre-dav-itip-broker Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/occ
blob: 7e47585b01ef78f4d8bc1c81b608ee50b29e56d6 (plain)
1
2
3
4
5
6
7
8
9
10
11