11 lines
129 B
Plaintext
Raw Normal View History

2025-06-30 09:38:03 +08:00
// @flow
import Roarr from 'roarr';
const Logger = Roarr
.child({
package: 'global-agent',
});
export default Logger;