Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes effect error in pure/logging.nim (#11898) | Zachary Carter | 2019-08-08 | 1 | -1/+1 |
| | | | | | | | | * Fix effect error in pure/logging.nim Currently calling `logging.log` will produce - `Error: can have an unlisted effect: RootEffect`. Add `RootEffect` to list of tags. * the only tag necessary is RootEffect since all other Effects are descendants of RootEffect | ||||
* | logging: better documentation (#10895) | Jjp137 | 2019-03-24 | 1 | -94/+572 |
| | |||||
* | Adding more documentation to logging.nim | Istvan | 2018-12-17 | 1 | -1/+6 |
| | | | Just minor addition to the documentation with the use of operators | ||||
* | write logs to stderr instead of stdout; fixes #9547 (#9554) | Ahmed T. Youssef | 2018-10-30 | 1 | -3/+8 |
| | |||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -11/+2 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -4/+0 |
| | |||||
* | make logging module compile again | Andreas Rumpf | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | logging: don't crash on nil strings | Yuriy Glukhov | 2018-01-11 | 1 | -2/+13 |
| | |||||
* | fix #6264 and #6141 (#6884) | skilchen | 2017-12-11 | 1 | -2/+6 |
| | |||||
* | Fix console logger issue; fixes #5546 (#5547) | Anatoly Galiulin | 2017-03-16 | 1 | -2/+5 |
| | |||||
* | Explicitly mark log() method as gcsafe | Ruslan Mustakov | 2017-02-27 | 1 | -1/+1 |
| | |||||
* | Add warning about log flushing. Related to #3269 (#5424) | Federico Ceratto | 2017-02-24 | 1 | -0/+2 |
| | |||||
* | Add newFileLogger overload accepting file descriptor | Dmitry Polienko | 2016-11-15 | 1 | -5/+13 |
| | |||||
* | Enabled logging tests for js | Yuriy Glukhov | 2016-09-03 | 1 | -4/+5 |
| | |||||
* | Logging compatible with js | Yuriy Glukhov | 2016-09-03 | 1 | -111/+124 |
| | |||||
* | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 1 | -1/+1 |
| | |||||
* | pure/logging: add notice level, suggest usecases | niv | 2016-05-01 | 1 | -1/+27 |
| | |||||
* | respect global log filter level | Bruce Doan | 2015-11-28 | 1 | -6/+7 |
| | |||||
* | logging.nim: expose underlying 'file' object; errors and fatals flush the ↵ | Araq | 2015-10-12 | 1 | -10/+13 |
| | | | | buffer; refs #3270 | ||||
* | Add substituteLog docs | Federico Ceratto | 2015-10-09 | 1 | -0/+2 |
| | |||||
* | Export substituteLog | Federico Ceratto | 2015-10-09 | 1 | -1/+1 |
| | | | Allow Nim users to create their own loggers | ||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -3/+3 |
| | |||||
* | Fix logger formatting | Sergey Avseyev | 2015-06-13 | 1 | -11/+20 |
| | | | | | | | | | | | | | | | | | | | Motivation ---------- Current implementation does not allow to specify any formatting. It even cannot output log level, because `writeln()` accepts `varags[string]` and silently ignores everything before last argument. Modification ------------ Perform formatting in the single place during substitution. Make log level optional as all other substitution variables. Also make verbose logging more informative and parseable. Result ------ Correct handling formatting and substitutions. Machine-friendly default output of verbose logger. | ||||
* | Merge pull request #2830 from yglukhov/logging-no-format | Dominik Picheta | 2015-06-04 | 1 | -30/+22 |
|\ | | | | | Removed formatting from logging. | ||||
| * | Removed formatting from logging. | yglukhov | 2015-05-28 | 1 | -30/+22 |
| | | |||||
* | | Documented bufSize param in logging.nim | x2f | 2015-06-01 | 1 | -1/+5 |
| | | | | | | | | | | Documented bufSize param in logging.nim to complete the previous change that added a bufSize parameter to file based logger constructors. | ||||
* | | Expose bufSize parameter for file-based loggers | x2f | 2015-05-31 | 1 | -5/+9 |
|/ | | | | | | newFileLogger and newRollingFileLogger have a new bufSize parameter that is used in open(). The default value -1 has the same behavior as before. Use 0 for unbuffered output to log file. | ||||
* | logging: make fmtStr public to be used in user defined loggers | Frank Fischer | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 1 | -34/+34 |
| | |||||
* | fixed log*(logger: RollingFileLogger, level: Level, | teroz | 2015-03-13 | 1 | -1/+1 |
| | | | | frmt: string, args: varargs[string, ]) | ||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | newRollingFileLogger - fmtStr is always set to defaultFmtStr | Fabio Cevasco | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Logging module is now thread-safe. | Dominik Picheta | 2015-01-25 | 1 | -9/+27 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | docgen should work again | Araq | 2014-10-05 | 1 | -1/+4 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -20/+20 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -14/+17 |
| | |||||
* | Fixes docgen for logging module. | Dominik Picheta | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Finished logging module. | Dominik Picheta | 2014-01-27 | 1 | -0/+267 |
| | |||||
* | tests are green again | Araq | 2011-06-28 | 1 | -144/+0 |
| | |||||
* | little repo cleanup | Araq | 2011-05-02 | 1 | -5/+3 |
| | |||||
* | bugfix: times.epochTime | Araq | 2011-04-25 | 1 | -2/+2 |
| | |||||
* | cleanup: E_Base should not be used for inheriting exceptions; documentation ↵ | Araq | 2011-01-15 | 1 | -1/+1 |
| | | | | generator generates dependencies section | ||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | better subscript overloading | rumpf_a@web.de | 2010-01-03 | 1 | -0/+146 |