Sha256: f1edabd4f2980ca92db441dc14fa1c8429d05c280d9f68854cbe7f51e10642d8
Contents?: true
Size: 689 Bytes
Versions: 3
Compression:
Stored size: 689 Bytes
Contents
# Plezi's Logging (todo: write documentation) Inside Plezi's core code is a pure Ruby IO reactor called [GReactor](https://github.com/boazsegev/GReactor) (Generic Reactor), a very powerful Asynchronous Workflow Engine that allows us to enjoy both Multi-Threading and Multi-Processing. Plezi leverages [GReactor's](https://github.com/boazsegev/GReactor) logging support to help you log to both files and STDOUT (terminal screen) - either one or both You can read more about [GReactor](https://github.com/boazsegev/GReactor) and it's amazing features in it's [documentation](http://www.rubydoc.info/github/boazsegev/GReactor/master). ## Setting up a Logger ## Logging Helpers Methods
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
plezi-0.11.2 | docs/logging.md |
plezi-0.11.1 | docs/logging.md |
plezi-0.11.0 | docs/logging.md |