Add session, client and server with the promise result API
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { LogInt } from '@larvit/log';
|
||||
import { Log } from '@larvit/log';
|
||||
|
||||
/** The default: a library that says nothing unless the application asks it to. */
|
||||
export const silentLog: LogInt = new Log({ logLevel: 'none' });
|
||||
Reference in New Issue
Block a user