(console-body-console {:log/keys [console] :as item} _)constructs the body console
constructs the body console
(console-body-console-text text)constructs the return text from the console
constructs the return text from the console
(console-body-data {:fn/keys [console] :log/keys [value] :as item} _)constructs the body data
constructs the body data
(console-body-data-context item)remove system contexts from the log entry
remove system contexts from the log entry
(console-body-exception {:log/keys [exception] :as item} _)constructn the body exception
constructn the body exception
(console-display? style path type)check if item is displayed
check if item is displayed
(console-format {:log/keys [type] :console/keys [style indent retain] :as item})formats the entire log
formats the entire log
(console-format-line output)format the output line
format the output line
(console-header item)constructs the log header
constructs the log header
(console-header-date {:log/keys [timestamp]} style)constructs the header date
constructs the header date
(console-header-label
{:log/keys [label level state]}
{:keys [min-width highlight upper] :as style :or {min-width 3}})constructs the header label
constructs the header label
(console-header-message {:log/keys [message template class] :as item} style)constructs the header message
(console-header-message {:log/template "the value is {{log/value}}" :log/value "HELLO"} {:text :blue :background :white}) => "[22;47;34mthe value is HELLO[0m"
constructs the header message
(console-header-message {:log/template "the value is {{log/value}}"
:log/value "HELLO"}
{:text :blue :background :white})
=> "[22;47;34mthe value is HELLO[0m"(console-header-position {:log/keys [tag function namespace line column] :as m}
style)constructs the header position
constructs the header position
(console-logger)(console-logger m)creates a console logger
(console-logger)
creates a console logger (console-logger)
(console-meter {:meter/keys [display] :as item})constructs the log meter
constructs the log meter
(console-meter-form {:meter/keys [form] :as item} style)constructs the meter form
constructs the meter form
(console-meter-trace {:trace/keys [id root parent display] :as item}
{:keys [text bold] :as style})constructs the meter trace
constructs the meter trace
(console-pprint data)prints the item in question
prints the item in question
(console-render item f path)(console-render item f path base-style)(console-render {:log/keys [level type] :console/keys [style] :as item}
f
path
base-style
checks)renders the entry based on :console/style
renders the entry based on :console/style
(console-status {:log/keys [type level]
:meter/keys [start duration outcome]
:console/keys [style]
:as item})constructs the log status
constructs the log status
(console-status-duration {:meter/keys [duration] :as item} style)constructs the status duration
constructs the status duration
(console-status-end {:meter/keys [end] :as item} style)constructs the status end time
constructs the status end time
(console-status-outcome
{:log/keys [label] :meter/keys [outcome reflect] :as item}
style)constructs the status outcome
constructs the status outcome
(console-status-props {:meter/keys [props] :as item} style)constructs the status props
constructs the status props
(console-status-start {:meter/keys [start] :as item} style)constructs the status start time
constructs the status start time
(console-write {:log/keys [display raw] :as item})write function for the console logger
write function for the console logger
(join-with arr)(join-with sep arr)(join-with sep predicate arr)helper function for string concatenation
helper function for string concatenation
(logger-process-console _ items)processes the label for logger
processes the label for logger
(style-default m)(style-default m path)gets default style
(style-default {})
gets default style
(style-default {})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |