OpenFairyGUI API
Preparing search index...
core/src
ILogger
Interface ILogger
Logger interface for SDK operations.
interface
ILogger
{
debug
(
text
:
string
)
:
void
;
error
(
text
:
string
)
:
void
;
info
(
text
:
string
)
:
void
;
warn
(
text
:
string
)
:
void
;
}
Implemented by
Logger
Index
Methods
debug
error
info
warn
Methods
debug
debug
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
error
error
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
info
info
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
warn
warn
(
text
:
string
)
:
void
Parameters
text
:
string
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
debug
error
info
warn
OpenFairyGUI API
Loading...
Logger interface for SDK operations.