Skip to content

Commit

Permalink
rx-html (feature): Enable logging in RxElements with info/debug/trace…
Browse files Browse the repository at this point in the history
…, etc.
  • Loading branch information
xerial committed Aug 8, 2023
1 parent ca25718 commit 99f44ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import wvlet.airframe.rx.html.RxEmbedding._

/**
*/
abstract class RxElement(val modifiers: List[Seq[HtmlNode]] = List.empty) extends HtmlNode { self =>
abstract class RxElement(val modifiers: List[Seq[HtmlNode]] = List.empty) extends HtmlNode with LogSupport { self =>

/**
* Render this element
Expand Down

0 comments on commit 99f44ad

Please sign in to comment.