Creating Custom Appenders
Method
Description
init()
init()function init(
required name,
struct properties = {},
layout = "",
levelMin = 0,
levelMax = 4
){
super.init( argumentCollection = arguments )
// your setup here
return this
}function init(
required name,
struct properties = {},
layout = "",
numeric levelMin = 0,
numeric levelMax = 4
){
super.init( argumentCollection = arguments );
// your setup here
return this;
}logMessage()
logMessage()onRegistration() & onUnregistration()
onRegistration() & onUnregistration()Last updated
Was this helpful?