All files / app/utilities logger.ts

1 2 3 4    6x  
import { createProxies } from '@git-temporal/logger';
 
export const { error, warn, log, debug } = createProxies('git-temporal-react');