Repository URL to install this package:
|
Version:
0.1.0.1 ▾
|
module EntityProjection
class Log < ::Log
def tag!(tags)
tags << :entity_projection
tags << :library
tags << :verbose
end
end
end