blob: 89f4c6e4b92103411cb371efe59f175a1438244b [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
###############################################################################
module XoredDebugger
class NullLogManager
def puts(str)
end
def close
end
end # class NullLogManager
end # module XoredDebugger