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