Namespace Exanpe.Log
Allow the framework to log.
Defined in: exanpe-t5-lib.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Utility class to log.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Exanpe.Log.error(message)
Log a message in error level
|
Method Detail
<static>
Exanpe.Log.error(message)
Log a message in error level
- Parameters:
- {String} message
- the message to log.