Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Oct 30, 2024
1 parent 0599071 commit 4e2ea0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/ROOT/pages/debugging/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Its usage is mostly self-describing, since each command has its keybinding attac

To use CIDER Log Mode, there two main ways to get started:

* `M-x cider-log-frameworks`, to see the available logging frameworks. If your logging framework is supported but not shown, see the troubleshooting section.
* `M-x cider-log-show-frameworks`, to see the available logging frameworks. If your logging framework is supported but not shown, see the troubleshooting section.
* `M-x cider-log-event`, which uses transient-mode and will not immediately show the logs (you should use transient-mode to show the `+*cider-log*+` buffer)
* `M-x cider-log-show` is a newer function that intends to be an "all-in-one" command, intended for a streamlined experience, which can be useful to get started, or for casual usage.
** It doesn't use transient-mode - it aims to do everything in one step
Expand Down Expand Up @@ -179,7 +179,7 @@ or Clojure CLI aliases.
|===
| Command | Keyboard shortcut | Description

| `cider-log-frameworks`
| `cider-log-show-frameworks`
| kbd:[C-c M-l f a]
| Show all available log frameworks in a buffer.

Expand Down

0 comments on commit 4e2ea0e

Please sign in to comment.