11 lines
129 B
Plaintext
Raw Normal View History

2022-09-30 05:39:11 +00:00
// @flow
import Roarr from 'roarr';
const Logger = Roarr
.child({
package: 'global-agent',
});
export default Logger;