Loading...
Every layout has access to the following public variables:
Property
Description
this.logLevels
A reference to the coldbox.system.logging.LogLevels class.
coldbox.system.logging.LogLevels
this.LINE_SEP
A line separator equal to chr(13) & chr(10).
chr(13) & chr(10)