[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
"Private ns, implementation detail.
Core console handlers, aliased in main Telemere ns."
"Telemere -> console handlers."
(:require
[taoensso.truss :as truss]
[taoensso.encore :as enc]

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
(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.
Naming conventions:

View file

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