Struct tui_logger::TuiLoggerTargetWidget
source · pub struct TuiLoggerTargetWidget<'b> { /* private fields */ }Expand description
This is the definition for the TuiLoggerTargetWidget, which allows configuration of the logger system and selection of log messages.
Implementations§
source§impl<'b> TuiLoggerTargetWidget<'b>
impl<'b> TuiLoggerTargetWidget<'b>
pub fn block(self, block: Block<'b>) -> TuiLoggerTargetWidget<'b>
pub fn style(self, style: Style) -> TuiLoggerTargetWidget<'b>
pub fn style_off(self, style: Style) -> TuiLoggerTargetWidget<'b>
pub fn style_hide(self, style: Style) -> TuiLoggerTargetWidget<'b>
pub fn style_show(self, style: Style) -> TuiLoggerTargetWidget<'b>
pub fn highlight_style(self, style: Style) -> TuiLoggerTargetWidget<'b>
pub fn state(self, state: &TuiWidgetState) -> TuiLoggerTargetWidget<'b>
Trait Implementations§
source§impl<'b> Default for TuiLoggerTargetWidget<'b>
impl<'b> Default for TuiLoggerTargetWidget<'b>
source§fn default() -> TuiLoggerTargetWidget<'b>
fn default() -> TuiLoggerTargetWidget<'b>
Returns the “default value” for a type. Read more