Repository URL to install this package:
|
Version:
0.7.0.0.pre2 ▾
|
module EventStore
module Messaging
class Log < ::Log
def tag!(tags)
tags << :event_store_messaging
tags << :library
tags << :verbose
end
end
end
end