mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 21:39:30 +00:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
/**
|
|
* Subsystem logger factory re-exported for Browser modules.
|
|
*/
|
|
export { createSubsystemLogger } from "openclaw/plugin-sdk/logging-core";
|