Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
griffith
v1.0.0
Griffith
ConsoleReporter
Publisher
Reporter
Subscriber
Task
Built with Crystal 1.9.2
2023-10-08 10:05:55 UTC
class
Griffith::ConsoleReporter
Griffith::ConsoleReporter
Reference
Object
Included Modules
AnsiEscapes
Griffith::Reporter
Griffith::Subscriber
(
Griffith::Task
)
Defined in:
griffith/console_reporter.cr
Constructors
.new
(io : IO =
STDOUT
)
Instance Method Summary
#on_event
(_event_name, task)
#report_on
(task : Task)
Instance methods inherited from module
Griffith::Subscriber
(
Griffith::Task
)
on_event(event_name : Symbol, entity : T)
on_event
Instance methods inherited from module
Griffith::Reporter
report_on(task : Task)
report_on
Constructor Detail
def self.
new
(io : IO =
STDOUT
)
#
[
View source
]
Instance Method Detail
def
on_event
(_event_name, task)
#
[
View source
]
def
report_on
(task :
Task
)
#
[
View source
]