Repository URL to install this package:
|
Version:
0.10.1.0 ▾
|
module EventSource
class Log < ::Log
def tag!(tags)
tags << :event_source
tags << :library
tags << :verbose
end
end
end