コード例 #1
0
 override public string ToString()
 {
     return(FileLineFormatter.getFormatter().getFormatString(fileName, line, column) + Message);
 }
コード例 #2
0
 public static void  setFormatter(FileLineFormatter f)
 {
     formatter = f;
 }
コード例 #3
0
		public static void  setFormatter(FileLineFormatter f)
		{
			formatter = f;
		}