Repository URL to install this package:
|
Version:
0.3.2.0 ▾
|
module EntityStore
class Log < ::Log
def tag!(tags)
tags << :entity_store
tags << :library
tags << :verbose
end
end
end