Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Base
Logger
Interface Logger
This class allows the developer to write out text to the debugging logs.
interface
Logger
{
clear
()
:
void
;
getLog
()
:
string
;
log
(
data
:
any
)
:
GoogleAppsScript
.
Base
.
Logger
;
log
(
format
:
string
,
...
values
:
any
[]
)
:
GoogleAppsScript
.
Base
.
Logger
;
}
Index
Methods
clear
get
Log
log
Methods
clear
clear
()
:
void
Returns
void
get
Log
getLog
()
:
string
Returns
string
log
log
(
data
:
any
)
:
GoogleAppsScript
.
Base
.
Logger
Parameters
data
:
any
Returns
GoogleAppsScript
.
Base
.
Logger
log
(
format
:
string
,
...
values
:
any
[]
)
:
GoogleAppsScript
.
Base
.
Logger
Parameters
format
:
string
...
values
:
any
[]
Returns
GoogleAppsScript
.
Base
.
Logger
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
get
Log
log
Google Apps Script API
Loading...
This class allows the developer to write out text to the debugging logs.