class Async::Logger::Buffer

def initialize(prefix = nil)

def initialize(prefix = nil)
	@prefix = prefix
	
	super()
end