[][src]Function leg::error

pub fn error(message: &str, scope: Option<&str>, ln: Option<bool>)

Error message.

  • message - String to print.
  • scope - Preffix to append.
  • ln - To print in the same line instead (default: false).