Liking cljdoc? Tell your friends :D

loggings.loggingtool


add-logclj

(add-log file-name)

takes a file name and inserts it to the log

takes a file name and inserts it to the log
sourceraw docstring

get-errorclj

(get-error inp-code)

takes a testing expr and return its modified error message

takes a testing expr and return its modified error message
sourceraw docstring

msgs-to-errorclj

(msgs-to-error list-of-messages)

takes a list of messages and returns nil if no :err is present, or the first present :err value

takes a list of messages and returns nil if no :err is present, or the first present :err value
sourceraw docstring

record-errorclj

(record-error inp-code)

takes code as a string, and returns the error from evaulating it on the nREPL server, or nil

takes code as a string, and returns the error from evaulating it on the nREPL server, or nil
sourceraw docstring

server-portclj

source

start-logclj

(start-log boo)

used to create log file

used to create log file
sourceraw docstring

trap-responseclj

(trap-response inp-code)

evals the code given as a string, and returns the list of associated nREPL messages

evals the code given as a string, and returns the list of associated nREPL messages
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close