Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95403694
PartialLogger.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 15, 10:50
Size
206 B
Mime Type
text/x-java
Expires
Tue, Dec 17, 10:50 (2 d)
Engine
blob
Format
Raw Data
Handle
22980274
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
PartialLogger.d.ts
View Options
import Logger from './Logger';
declare type LoggerMethods = 'info' | 'log' | 'error';
declare function createPartialLogger(methods: LoggerMethods[], logger: Logger): Logger;
export { createPartialLogger };
Event Timeline
Log In to Comment