class EL_FILE_AND_HIGHLIGHTED_CONSOLE_LOG_OUTPUT

(source code)

description

File and highlighted console log output

note
	description: "File and highlighted console log output"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2023-12-21 9:36:18 GMT (Thursday 21st December 2023)"
	revision: "10"

class
	EL_FILE_AND_HIGHLIGHTED_CONSOLE_LOG_OUTPUT

inherit
	EL_FILE_AND_CONSOLE_LOG_OUTPUT
		undefine
			clear, flush_string_8, move_cursor_up, set_text_color, set_text_color_light
		end

	EL_HIGHLIGHTED_CONSOLE_LOG_OUTPUT
		rename
			make as make_output,
			new_line as new_line_character
		undefine
			flush, write_console, write_escape_sequence
		end

create
	make

end