[Title] Fixed dummylogger
authordonghee yang <donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:50:46 +0000 (09:50 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:50:46 +0000 (09:50 +0900)
src/common/log.rb

index 53f00cba68c60773a5bf47d1b628411efd6836b5..52fde76ffdc4ce3e84170b7621b32cef8f68124c 100644 (file)
@@ -110,6 +110,11 @@ end
 
 
 class DummyLog
+       attr_accessor :path, :cnt
+       def initialize()
+               @path = ""
+               @cnt = 0
+       end
        def info(str)
        end
        def error(str)