summaryrefslogtreecommitdiff
path: root/std/log/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/log/mod.ts')
-rw-r--r--std/log/mod.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/std/log/mod.ts b/std/log/mod.ts
index a1a863d4a..ed94725c4 100644
--- a/std/log/mod.ts
+++ b/std/log/mod.ts
@@ -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;