public static void Exception(Exception e, Object context) { CoreLog.Exception(e, context); }
public static void Exception(Exception e) { CoreLog.Exception(e); }