cc-everywhere
Class: ConsoleHandler<T>
Extends
Type Parameters
Implements
Constructors
Constructor
Copied to your clipboard
new ConsoleHandler<T>(logLevel?): ConsoleHandler<T>;
Parameters
Returns
ConsoleHandler<T>
Overrides
Copied to your clipboard
BaseHandler.constructor
Methods
info()
Copied to your clipboard
static info(information): void;
Parameters
Returns
void
error()
Copied to your clipboard
static error<T>(error): void;
Type Parameters
Parameters
Returns
void
error()
Copied to your clipboard
error(error): void;
Parameters
Returns
void
Implementation of
IErrorMessageHandler.error
warn()
Copied to your clipboard
warn(warning): void;
Parameters
Returns
void
Implementation of
IErrorMessageHandler.warn
info()
Copied to your clipboard
info(information): void;
Parameters
Returns
void
Implementation of
IErrorMessageHandler.info