// this file is a temporary approach 
// to get the current CfLog instance
import CfCore from './core/CfCore'

export function getCoreInstance() {
    return CfCore.getInstance()
}