mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
(chibi log) only needs (chibi show base), like most libraries which
provide a combinator formatting interface.
This commit is contained in:
parent
d80c7ff152
commit
67c9e7ca7c
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@
|
||||||
default-logger log-emergency log-alert log-critical log-error
|
default-logger log-emergency log-alert log-critical log-error
|
||||||
log-warn log-notice log-info log-debug)
|
log-warn log-notice log-info log-debug)
|
||||||
(import (chibi) (srfi 9) (chibi time) (chibi process) (chibi system)
|
(import (chibi) (srfi 9) (chibi time) (chibi process) (chibi system)
|
||||||
(chibi filesystem) (chibi string) (chibi show))
|
(chibi filesystem) (chibi string) (chibi show base))
|
||||||
(include "log.scm"))
|
(include "log.scm"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue