Search
Preparing search index...
The search index is not available
@akashic/akashic-engine
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
"lib/main.d"
g
Logger
Class Logger
Hierarchy
Logger
Implements
Destroyable
Index
Constructors
constructor
Properties
game
logging
Methods
debug
destroy
destroyed
error
info
warn
Constructors
constructor
new
Logger
(
game
:
Game
)
:
Logger
Parameters
game:
Game
Returns
Logger
Properties
game
game
:
Game
logging
logging
:
Trigger
<
Log
>
Methods
debug
debug
(
message
:
string
, cause
?:
any
)
:
void
Parameters
message:
string
Optional
cause:
any
Returns
void
destroy
destroy
(
)
:
void
Returns
void
destroyed
destroyed
(
)
:
boolean
Returns
boolean
error
error
(
message
:
string
, cause
?:
any
)
:
void
Parameters
message:
string
Optional
cause:
any
Returns
void
info
info
(
message
:
string
, cause
?:
any
)
:
void
Parameters
message:
string
Optional
cause:
any
Returns
void
warn
warn
(
message
:
string
, cause
?:
any
)
:
void
Parameters
message:
string
Optional
cause:
any
Returns
void
Globals
Logger
constructor
game
logging
debug
destroy
destroyed
error
info
warn
Generated using
TypeDoc