test() ) { echo '
';
echo __( 'Log file is not writable.', 'mailchimp-for-wp' ) . ' ';
echo sprintf( __( 'Please ensure %s has the proper file permissions.', 'mailchimp-for-wp' ), '' . $log->file . '
', 'https://codex.wordpress.org/Changing_File_Permissions' );
echo '
read_as_html();
if (!empty($line)) {
while( is_string( $line ) ) {
if( ! empty( $line ) ) {
echo '
level >= 300 ) {
echo '' . $line . '
';
}
$line = $log_reader->read_as_html();
}
} else {
echo '';
echo '-- ' . __('Nothing here. Which means there are no errors!', 'mailchimp-for-wp');
echo '
';
}
?>
'; echo __( 'Right now, the plugin is configured to only log errors and warnings.', 'mailchimp-for-wp' ); echo '
'; } ?>