$log.capsule
$log.capsule('title', 'primary')
$log.capsule('title', 'success', 'success')
$log.capsule('title', 'warning', 'warning')
$log.capsule('title', 'danger', 'danger')
$log.colorful
colorful
$log.default | primary | success | warning | danger
$log.default('default style')
$log.primary('primary style')
$log.success('success style')
$log.warning('warning style')
$log.danger('danger style')
效果 ( Chrome )