Append messages to file

If append is false, the file will be overwritten.

Property definitions

logger $ FileLogger :: append=
	# Append messages to `file`
	#
	# If `append` is `false`, the `file` will be overwritten.
	var append: Bool = true is optional
lib/logger/logger.nit:290,2--293,36