Repository URL to install this package:
|
Version:
0.3.0.0 ▾
|
module ProcessHost
class Log < Log
def tag!(tags)
tags << :process_host
tags << :verbose
end
end
end