Skip to content

Commit 9966ea0

Browse files
add logger helper method; will be available within task methods
1 parent 8208bdf commit 9966ea0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/taskinator/executor.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ def options
2525
task.options if task
2626
end
2727

28+
# helpers
29+
def logger
30+
Taskinator.logger
31+
end
32+
2833
end
2934
end

0 commit comments

Comments
 (0)