Retrieving a Logger¶
This API retrieves a logger for the name or class. If one had been retrieved before (within the context of app launch) the system returns it, otherwise a new logger object is created and returned. All methods are available via Backendless.loggingaccessor:
var logger = Backendless.Logging.getLogger(loggerName)
where:
| Argument | Description |
|---|---|
loggerName |
- any string value which identifies the logger. |