core-utils
Preparing search index...
@clipboard-health/util-ts
Logger
Interface Logger
Logger interface for structured logging operations.
interface
Logger
{
error
:
LogFunction
;
info
:
LogFunction
;
warn
:
LogFunction
;
}
Index
Properties
error
info
warn
Properties
error
error
:
LogFunction
info
info
:
LogFunction
warn
warn
:
LogFunction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
info
warn
core-utils
Loading...
Logger interface for structured logging operations.