class Woozy::ConsoleOutputActor

Defined in:

console_output_actor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(change_channel : Channel(ConsoleInputActor::Change), log_channel : Channel(Log::Entry)) #

[View source]

Instance Method Detail

def clear_input(io) : Nil #

[View source]
def format(io : IO, entry : Log::Entry) : Nil #

[View source]
def print_input(io) : Nil #

[View source]
def start : Nil #

[View source]
def stop : Nil #

[View source]