All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.azolla.l.ling.text.Fmt0 Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
/*
 * @(#)Fmts.java		Created at 2013-7-4
 * 
 * Copyright (c) 2011-2013 azolla.org All rights reserved.
 * Azolla PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. 
 */
package org.azolla.l.ling.text;

/**
 * The coder is very lazy, nothing to write for this Fmts class
 *
 * @author 	[email protected]
 * @since 	ADK1.0
 */
public final class Fmt0
{
    public static final String LOG_EC_P_M = "[ErrorCode={}][{}]\n{}";	//EC=ErrorCode;P=Properties;M=Message

    public static final String LOG_EC_P   = "[ErrorCode={}][{}]";    //EC=ErrorCode;P=Properties

    public static final String LOG_P_M    = "[{}]\n{}";              //P=Properties;M=Message

    public static final String LOG_P      = "[{}]";                  //P=Properties
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy