(plugin: TaskNotesPlugin)
| 21 | } |
| 22 | |
| 23 | function getTaskCardActionLogger(plugin: TaskNotesPlugin) { |
| 24 | return createTaskNotesLogger({ |
| 25 | tag: "TaskCard/Actions", |
| 26 | isDebugEnabled: () => plugin.settings.enableDebugLogging, |
| 27 | }); |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Creates a click handler for cycling task status. |
no test coverage detected