We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501a047 commit 63823d1Copy full SHA for 63823d1
core/src/main/kotlin/dev/hotwire/core/config/HotwireConfig.kt
@@ -48,6 +48,9 @@ class HotwireConfig internal constructor() {
48
/**
49
* Set a custom logger to handle debug, warning, and error messages.
50
* The default logger is [DefaultHotwireLogger].
51
+ *
52
+ * If you implement your own logger, you should handle debug logging according the the value
53
+ * of [debugLoggingEnabled].
54
*/
55
var logger: HotwireLogger = DefaultHotwireLogger
56
0 commit comments