lucee.Component
coldbox.system.logging.LogEvent
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- This resembles a logging event within LogBox
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
category
The category to log messages under.
|
true
|
false
|
|
any
|
extrainfo
Any extra info to log.
|
true
|
false
|
|
any
|
message
The message to log.
|
true
|
false
|
|
any
|
severity
The severity to log with.
|
true
|
false
|
|
any
|
timestamp
The timestamp of the log.
|
true
|
false
|
|
| Constructor Summary | |
|---|---|
|
init(any message, any severity, [any extraInfo=''], [any category=''])
Constructor. |
|
| Method Summary | |
|---|---|
string
|
getCategory()
|
any
|
getExtraInfoAsString()
Get the extra info as a string representation. |
string
|
getExtrainfo()
|
string
|
getMessage()
|
string
|
getSeverity()
|
string
|
getTimestamp()
|
any
|
setCategory(any category)
|
any
|
setExtrainfo(any extrainfo)
|
any
|
setMessage(any message)
|
any
|
setSeverity(any severity)
|
any
|
setTimestamp(any timestamp)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
message - The message to log.severity - The severity level to log.extraInfo - Extra information to send to the loggers.category - The category to log this message under. By default it is blank.| Property Detail |
|---|
The category to log messages under
access - publicrequired - falsereturntype - anyserializable - trueAny extra info to log
access - publicrequired - falsereturntype - anyserializable - trueThe message to log
access - publicrequired - falsereturntype - anyserializable - trueThe severity to log with
access - publicrequired - falsereturntype - anyserializable - trueThe timestamp of the log
access - publicrequired - falsereturntype - anyserializable - true| Method Detail |
|---|
Get the extra info as a string representation
categoryextrainfomessageseveritytimestamp