[doc] Misc housekeeping
Some checks failed
Clj tests / tests (17, ubuntu-latest) (push) Has been cancelled
Clj tests / tests (19, ubuntu-latest) (push) Has been cancelled
Clj tests / tests (21, ubuntu-latest) (push) Has been cancelled
Cljs tests / tests (21, ubuntu-latest) (push) Has been cancelled
Graal tests / tests (17, macOS-latest) (push) Has been cancelled
Graal tests / tests (17, ubuntu-latest) (push) Has been cancelled
Graal tests / tests (17, windows-latest) (push) Has been cancelled

This commit is contained in:
Peter Taoussanis 2025-06-23 13:02:41 +02:00
parent f6ec872f7c
commit 1bcd46adf3
9 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,5 @@
(ns ^:no-doc taoensso.telemere.consoles (ns ^:no-doc taoensso.telemere.consoles
"Private ns, implementation detail. "Telemere -> console handlers."
Core console handlers, aliased in main Telemere ns."
(:require (:require
[taoensso.truss :as truss] [taoensso.truss :as truss]
[taoensso.encore :as enc] [taoensso.encore :as enc]

View file

@ -1,6 +1,5 @@
(ns ^:no-doc taoensso.telemere.files (ns ^:no-doc taoensso.telemere.files
"Private ns, implementation detail. "Telemere -> file handler."
Core file handler, aliased in main Telemere ns."
(:require (:require
[taoensso.truss :as truss] [taoensso.truss :as truss]
[taoensso.encore :as enc] [taoensso.encore :as enc]

View file

@ -1,7 +1,9 @@
(ns taoensso.telemere.open-telemetry (ns taoensso.telemere.open-telemetry
"OpenTelemetry handler using `opentelemetry-java`, "Telemere -> OpenTelemetry handler using `opentelemetry-java`,
Ref. <https://github.com/open-telemetry/opentelemetry-java>, Ref. <https://github.com/open-telemetry/opentelemetry-java>,
<https://javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/index.html>" <https://javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/index.html>
Telemere will attempt to load this ns automatically when possible."
(:require (:require
[clojure.string :as str] [clojure.string :as str]
[clojure.set :as set] [clojure.set :as set]

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.postal (ns taoensso.telemere.postal
"Email handler using `postal`, "Telemere -> email handler using `postal`,
Ref. <https://github.com/drewr/postal>." Ref. <https://github.com/drewr/postal>."
(:require (:require
[taoensso.truss :as truss] [taoensso.truss :as truss]

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.slack (ns taoensso.telemere.slack
"Slack handler using `clj-slack`, "Telemere -> Slack handler using `clj-slack`,
Ref. <https://github.com/julienXX/clj-slack>" Ref. <https://github.com/julienXX/clj-slack>"
(:require (:require
[taoensso.truss :as truss] [taoensso.truss :as truss]

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.sockets (ns taoensso.telemere.sockets
"Basic TCP/UDP socket handlers." "Telemere -> TCP/UDP socket handlers."
(:require (:require
[taoensso.truss :as truss] [taoensso.truss :as truss]
[taoensso.encore :as enc] [taoensso.encore :as enc]

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.streams (ns taoensso.telemere.streams
"Interop support for standard stream/s -> Telemere." "Standard streams -> Telemere interop."
(:require (:require
[taoensso.encore :as truss] [taoensso.encore :as truss]
[taoensso.encore :as enc] [taoensso.encore :as enc]

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.tools-logging (ns taoensso.telemere.tools-logging
"Interop support for tools.logging -> Telemere. "tools.logging -> Telemere interop.
Telemere will attempt to load this ns automatically when possible. Telemere will attempt to load this ns automatically when possible.
Naming conventions: Naming conventions:

View file

@ -1,5 +1,5 @@
(ns taoensso.telemere.slf4j (ns taoensso.telemere.slf4j
"Interop support for SLF4Jv2 -> Telemere. "SLF4Jv2 -> Telemere interop.
Telemere will attempt to load this ns automatically when possible. Telemere will attempt to load this ns automatically when possible.
To use Telemere as your SLF4J backend/provider, just include the To use Telemere as your SLF4J backend/provider, just include the