* * @author Arthur Schiwon * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * */ /** @var \OCP\IL10N $l */ /** @var array $_ */ $levels = ['Debug', 'Info', 'Warning', 'Error', 'Fatal']; $levelLabels = [ $l->t( 'Everything (fatal issues, errors, warnings, info, debug)' ), $l->t( 'Info, warnings, errors and fatal issues' ), $l->t( 'Warnings, errors and fatal issues' ), $l->t( 'Errors and fatal issues' ), $l->t( 'Fatal issues only' ), ]; ?>

t('Log'));?>

level]);?> app);?> message);?> time)){ p(OC_Util::formatDate($entry->time)); } else { p($entry->time); }?> user) ? p($entry->user) : p('--') ?>

t('What to log'));?>

0): ?> t('Download logfile'));?> (100 * 1024 * 1024)): ?>
t('The logfile is bigger than 100 MB. Downloading it may take some time!')); ?>