Throw an uncatchable error.
Error handler that will stop the gulp process if a fatal error occurs
Output a JSON object when there is a fatal error for log watchers to catch
when you want to fire an event no matter how a process exits.
A logger for managing console logs / warnings / fatal / error messages. You set up a threshold for message importance depending on the types of notifications you would like to see on the console.
Tools for unit testing Lightning web components in a Salesforce DX workspace
ESLint’s official `compact` formatter, unofficially published as a standalone module
ESLint’s official `unix` formatter, unofficially published as a standalone module
ESLint’s official `stylish` formatter, unofficially published as a standalone module
Type-safe way to listen for all exceptions/rejections and render an optional fallback ui when a fatal error occurs.
ESLint’s official `visualstudio` formatter, unofficially published as a standalone module
Git deployer plugin of Hexo.
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
Ignore Rails code in ERB template
Recursive fs.readdir with streaming API and glob filtering.
ESLint’s official `json` formatter, unofficially published as a standalone module
stackless unless otherwise requested error
Secretlint CLI that scan secret/credential data.
A robust windows-1252 encoder/decoder written in JavaScript.
Libraries and utilities For SFDX trust.
ESLint’s official `tap` formatter, unofficially published as a standalone module
> TODO: description
Setup a project to initialize and use Sentry to send error events within a cloud node function - minor trigger
A renderer implemented by WebGPU
Differentiate errors and fatal errors
Language-agnostic bytecode VM with fused superinstructions and a 3-tier Cranelift JIT (linear/block/tracing)
Pure-Rust port of CDFLIB: cumulative distribution functions (CDF) associated with common probability distributions
Rust port of Bismark Perl's deduplicate_bismark script
Cross-platform OS signal handling and graceful-shutdown orchestration for Rust. One API for SIGTERM, SIGINT, SIGHUP, SIGQUIT, SIGPIPE, SIGUSR1, SIGUSR2 and the Windows console control events, with cloneable observer and initiator handles, priority-ordered shutdown hooks, and optional adapters for the Tokio and async-std runtimes.
raise CRuby internal fatal error by calling rb_fatal()
Ernr builds on the power of Rails 3 validations. It lets you use validations to identify situations which are warnings rather than errors. It also lets you define a callback on the model which is executed after save if there are any warnings.
If you want to get an email with errors and fatal log lines you can use this gem.
The Logging email appender provides a way to send log messages via email from a Ruby application. This is useful if you wish to be notified of exceptions or fatal errors as they arise. The email appender was originally part of the Logging framework proper, but with the release of Logging 2.0.0, it has been extracted into its own gem.
# Fancy Logger An easily customizable logger with style. ## Install ### Bundler: `gem 'fancy_logger'` ### RubyGems: `gem install fancy_logger` ## Usage Simply use as if you were using the normal Ruby `Logger` class: ```ruby require 'fancy_logger' logger = FancyLogger.new(STDOUT) logger.info "Hello" ``` ### Config The `config` instance method allows you to modify the configuration of the Logger within a DSL. Continuing with our last example: ```ruby logger.config do timestamp_format "%c" styles do info do foreground :yellow blink true end end end logger.debug 'Look here!' logger.info 'Doing things...' logger.warn 'Watch out!' logger.error 'Bad' logger.fatal 'VERY bad' logger.unknown 'Weird unknown stuff' ``` #### Output ![][output_example] ### Config ```ruby # The format of the timestamp in the log. Follows the strftime standards. timestamp_format "%F %r" # On the first logged message, FancyLogger will prepend a help message # containing a list of all the severities (debug, info, warn, etc) styled # according to your config as reference. # You can disable this by setting the below option to false. show_help_message true # Under styles, you have a configuration for each severity. # Each severity has a configuration with the following valid options: # Key: foreground # Value: # :default, :black, :red, :green, :yellow, :blue, :magenta, :cyan, :white # # Key: background # Value: # :default, :black, :red, :green, :yellow, :blue, :magenta, :cyan, :white # # Key: reset # Value: true or false # # Key: bright # Value: true or false # # Key: italic # Value: true or false # # Key: underline # Value: true or false # # Key: # blink # Value: true or false # # Key: inverse # Value: true or false # # Key: hide # Value: true or false styles do debug do foreground :black background :cyan end info do foreground :default background :default end warn do foreground :yellow background :default blink true end error do foreground :red background :default end fatal do foreground :black background :red bold true underline true end unknown do foreground :black background :white underline true end end ``` ## Contributing * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start or switch to a testing/unstable/feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, VERSION or gemspec. ## Copyright Copyright © 2012 Ryan Scott Lewis <ryan@rynet.us>. The MIT License (MIT) - See LICENSE for further details. [output_example]: http://oi44.tinypic.com/sfwlkp.jpg
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.