| public |
| addEvent | Public Function addEvent source: /var/www/Logger.cfc description of the event Add event to log | | arguments | | label | name | required | type | default | hint | | description | false | string | Log Event | | | level | false | string | info | | | args | false | struct | | |
| | return type | struct |
|
| getApp | Public Function getApp (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | string |
|
| getEnvironment | Public Function getEnvironment (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | string |
|
| getInfoType | Public Function getInfoType (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | string |
|
| getRequestId | Public Function getRequestId (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | uuid |
|
| getRtgSysEndPt | Public Function getRtgSysEndPt (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | string |
|
| getVersion | Public Function getVersion (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | string |
|
| init | Public Function init source: /var/www/Logger.cfc Initialize and return component methods *** | | arguments | | label | name | required | type | default | hint | | requestId | false | uuid | 3290196D-2A3E-4C35-8EDB91709DCABED6 | | | app | false | string | | | | environment | false | string | | | | version | false | string | | | | rtgSysEndPt | true | string | null | | | initDescription | false | string | Logger Init | |
| | return type | Logger |
|
| setApp | Public Function setApp (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint | | app | true | string | unspecified | |
| | return type | any |
|
| setEnvironment | Public Function setEnvironment (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint | | environment | true | string | unspecified | |
| | return type | any |
|
| setRequestId | Public Function setRequestId (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint | | requestId | true | uuid | createUUID() | |
| | return type | any |
|
| setRtgSysEndPt | Public Function setRtgSysEndPt (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint | | rtgSysEndPt | true | string | null | |
| | return type | any |
|
| setVersion | Public Function setVersion (generated) source: /var/www/Logger.cfc | | arguments | | label | name | required | type | default | hint | | version | true | string | unspecified | |
| | return type | any |
|