@tix-factory/logging-client
v2.0.122
Published
TODO
Downloads
21
Readme
@tix-factory/logging-client
TODO
Example
import { Logger } from "@tix-factory/logging-client";
import { HttpClient } from "@tix-factory/http";
const httpClient = new HttpClient();
const logger = new Logger(httpClient);
logger.error("hello world", "abc", 123);