new LoggerBase()
The logger base class provides the basic logger methods debug
, info
, error
and warn
- Source:
Methods
-
debug(args)
-
Creates a debug log
Parameters:
Name Type Argument Description args
* <repeatable>
the objects to be logged
- Source:
-
error(args)
-
Creates a error log
Parameters:
Name Type Argument Description args
* <repeatable>
the objects to be logged
- Source:
-
info(args)
-
Creates a informational log
Parameters:
Name Type Argument Description args
* <repeatable>
the objects to be logged
- Source:
-
warn(args)
-
Creates a warning log
Parameters:
Name Type Argument Description args
* <repeatable>
the objects to be logged
- Source: