mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[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
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:
parent
f6ec872f7c
commit
1bcd46adf3
9 changed files with 15 additions and 15 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue