|
|
ColdBox Platform - CacheBox Version 1.3.1
|
|
FRAMES
|
cachebox.system.logging
Class
Layout
WEB-INF.cftags.component
cachebox.system.logging.Layout
-
public class Layout
- extends WEB-INF.cftags.component
This is a base custom layout for a message in an appender.
|
Method Summary |
string |
format(any<LogEvent> logEvent)
Format a logging event message into your own format
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init(any<AbstractAppender> appender='')
-
Constructor
- Parameters:
appender - The appender linked to (cachebox.system.logging.AbstractAppender)
format
public string format(any<LogEvent> logEvent)
-
Format a logging event message into your own format
- Parameters:
logEvent - The logging event to use to create a message (cachebox.system.logging.LogEvent)
|
|
ColdBox Platform - CacheBox Version 1.3.1
|
|
FRAMES
|