|
ColdBox Platform - WireBox Version 1.1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
wirebox.system.logging.LogEvent
public class LogEvent
Resembles a logging event within logBox.
| Constructor Summary | |
|---|---|
init(any message, any<numeric> severity, [any extraInfo=''], [any category=''])
Constructor |
|
| Method Summary | |
|---|---|
any |
getCategory()
Get the category of this log |
any |
getExtraInfo()
Get the extra info param |
any |
getExtraInfoAsString()
Get the extra info as a string representation |
any |
getMessage()
Get the message to log |
any<numeric> |
getSeverity()
Get the severity to log |
any |
getTimestamp()
Get the timestamp |
void |
setCategory(any category)
Set the category |
void |
setExtraInfo(any extraInfo)
Set the extra info param |
void |
setMessage(any message)
Set the message to log |
void |
setSeverity(any severity)
Set the severity to log |
void |
setTimestamp(any timestamp)
Set the timestamp |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any message, any<numeric> severity, [any extraInfo=''], [any category=''])
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.| Method Detail |
|---|
public any getCategory()
public any getExtraInfo()
public any getExtraInfoAsString()
public any getMessage()
public any<numeric> getSeverity()
public any getTimestamp()
public void setCategory(any category)
categorypublic void setExtraInfo(any extraInfo)
extraInfopublic void setMessage(any message)
messagepublic void setSeverity(any severity)
severitypublic void setTimestamp(any timestamp)
timestamp
|
ColdBox Platform - WireBox Version 1.1.1 | ||||
| FRAMES | |||||