Logger()
Sends data to the underlying Java Logger process. It will automatically pick up the context of where you are calling this from
Usage
BOOLEAN = Logger(
msg,
level
)
Argument | Summary |
---|---|
msg | the message string to send to the logging |
level | the level of logging. Values can be: all, info, warning, fine, finer, config, off, servere, off [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
Logger( msg=?, level=? );
Supports passing parameters as a structure using ArgumentCollection:
Logger( ArgumentCollection={ msg : ?, level : ? } );
See Also
Applicationcount
Applicationlist
Applicationremove
CreateObject
CreateUuid
Cronenable
Cronsetdirectory
Dataload
Datasave
DeleteClientvariable
Duplicate
GetApplicationmetadata
GetBasetaglist
GetBasetemplatepath
GetClientvariableslist
GetContextroot
GetCurrenttemplatepath
GetHashcode
GetJournaldirectory
GetLocalhostip
GetMailspooldirectory
GetMailundelivereddirectory
GetTagstack
GetTemplatepath
GetVariable
HtmlBody
HtmlHead
Httpdump
Invoke
JmxGetdomainlist
Journalread
Journalreadsession
Journalreadtodatasource
Logger
Pause
Renderinclude
Sessioncount
SetCookie
SetHttpstatus
SetHttpvalue
SetVariable
SystemFilecacheflush
SystemFilecacheinfo
SystemFilecachelist
SystemMemory
Throw
Throwobject
WriteDump
WriteLog
WriteOutput