mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
std/log - Expose Logger type and improve public interface for get & set log levels (#6617)
This commit is contained in:
parent
d1289db1c3
commit
c3c13351a9
3 changed files with 166 additions and 13 deletions
|
@ -10,7 +10,8 @@ import {
|
|||
import { assert } from "../_util/assert.ts";
|
||||
import { LevelName } from "./levels.ts";
|
||||
|
||||
export { LogLevels } from "./levels.ts";
|
||||
export { LogLevels, LevelName } from "./levels.ts";
|
||||
export { Logger } from "./logger.ts";
|
||||
|
||||
export class LoggerConfig {
|
||||
level?: LevelName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue