Revision af7cda9b8cd0d3ba5f86a63c1e16844a2b871ec9 authored by Chris Foster on 02 January 2018, 10:49:29 UTC, committed by Chris Foster on 05 January 2018, 15:26:37 UTC
Start of a ConsoleLogger optimized for viewing log records in the REPL.
This is the SimpleLogger code copied and modified to:

* Provide configurable metadata formatting
* Right justify some of the metadata
* Use show() and showerror() for formatting values in ConsoleLogger key
  value pairs.
* Set the :limit IOContext key to sensibly show approximations of large
  data structures

Also make this the default logger type so that users can get interface
improvements by upgrading the stdlib Logging library rather than being
bound to Base.
1 parent 5953286
History
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
examples
src
stdlib
test
ui
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 145.3 KB
LICENSE.md -rw-r--r-- 5.5 KB
Make.inc -rw-r--r-- 35.2 KB
Makefile -rw-r--r-- 26.4 KB
NEWS.md -rw-r--r-- 60.6 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 28.1 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top