System.Debug

The System.Debug namespace contains global convenience functions for debugging your prototype.

static property String System.Debug.fileNameread only

The current element file name. The name does not include the file folder, or the zing file extension.

The current element file name. The name does not include the file directory, or the zing file extension.

System.log(System.Debug.fileName, "Starting") // Logs "App Starting"