mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-09 07:42:43 +08:00
11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
// @flow
|
|
|
|
import Roarr from 'roarr';
|
|
|
|
const Logger = Roarr
|
|
.child({
|
|
package: 'global-agent',
|
|
});
|
|
|
|
export default Logger;
|