Inspired by the buffered logger idea by Ezra
| Modules | |
|---|---|
| Severity | |
| Constants | |
|---|---|
| MAX_ |
|
| Public Attributes | |
|---|---|
| auto_ |
|
| buffer | |
| level | |
| Public Methods | |
|---|---|
| add | |
| auto_ |
Set the auto-flush period. Set to true to flush after every log message, to an integer to flush every N messages, or to false, nil, or zero to never auto-flush. If you turn auto-flushing off, be sure to regularly flush the log yourself — it will eat up memory until you do. |
| close | |
| flush | |
| new | |
| silence | Silences the logger for the duration of the block. |
| Protected Methods | |
|---|---|
| auto_ |
|
<code/>and<pre/>for code samples.