deep

a Cross Development Platform for Java

User Tools

Site Tools


dev:logging

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:logging [2015/04/20 17:19] – [Error Reporting] ursgrafdev:logging [2022/12/20 11:29] (current) – [Error Reporting] ursgraf
Line 1: Line 1:
 ====== Logging and Error Reporting ====== ====== Logging and Error Reporting ======
 ===== Logging ===== ===== Logging =====
-The class //StdStreams// in the package //ch.ntb.inf.deep.host// defines three output streams.+The class //StdStreams// in the package //org.deepjava.host// defines three output streams.
  
   * log: is used for normal logging (e.g. successful compilation)   * log: is used for normal logging (e.g. successful compilation)
Line 14: Line 14:
  
 ===== Error Reporting ===== ===== Error Reporting =====
-The class ''ch.ntb.inf.deep.host.ErrorReporter'' is used for reporting errors. Each error increments //nofErrors//. The launcher checks this variable and stops if necessary.+The class ''org.deepjava.host.ErrorReporter'' is used for reporting errors. Each error increments //nofErrors//. The launcher checks this variable and stops if necessary.
  
 The ''ErrorReporter'' needs the file //ErrorMsg.txt// in the folder //rsc//. This text file contains error numbers, descriptions and possible solution. The methods //error(int errNr)// and //error(int errNr, String additonalInfo)// access //ErrorMsg.txt// The ''ErrorReporter'' needs the file //ErrorMsg.txt// in the folder //rsc//. This text file contains error numbers, descriptions and possible solution. The methods //error(int errNr)// and //error(int errNr, String additonalInfo)// access //ErrorMsg.txt//
Line 128: Line 128:
 |808|bypass is not unlocked|  | |808|bypass is not unlocked|  |
 |809|programming failed|  | |809|programming failed|  |
 +|810|programmer not found|  |
 +|811|class to connect to programmer not found|  |
 +|812|plugin not found|  |
 +|813|BDI packet wrong, try to reset BDI|  |
 +|814|ready bit not set, try to reset BDI|  |
  
 === Debugger: 900 - 999 === === Debugger: 900 - 999 ===
dev/logging.txt · Last modified: 2022/12/20 11:29 by ursgraf