struct Crylog::Processors::GitProcessor

Overview

Includes the Git branch and SHA commit hash in all logged messages.

Defined in:

processors/git_processor.cr

Instance Method Summary

Instance methods inherited from struct Crylog::Processors::LogProcessor

call(message : Crylog::Message) : Nil call

Constructor methods inherited from struct Crylog::Processors::LogProcessor

new new

Instance Method Detail

def call(message : Crylog::Message) : Nil #

Adds metadata to message.


[View source]