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