Class orion.log.LogService
The log service provides services for logging information messages
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.core/web/orion/log.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates an instance of the log service using the provided service registry.
|
Method Attributes | Method Name and Description |
---|---|
info(msg)
Prints an information message to the log.
|
Class Detail
orion.log.LogService()
Creates an instance of the log service using the provided service registry.
Method Detail
info(msg)
Prints an information message to the log.
- Parameters:
- {String} msg
- The message to be logged