...
Info |
---|
Una nota tecnica: per virtualizzare la toolbar CTToolbar7 da contesto web-based ad applicazione Windows viene utilizzato il framework Electron. La installazione e l’utilizzo del framework per l’operatore è completamente trasparente. Di fatto sarà come utilizzare una vera e propria applicazione Windows nativa. |
...
La libreria in questione si chiama toolbar_sdk.js
ed è servita direttamente dalla applicazione CTToolbar7 utilizzando la porta locale https://localhost:2337/toolbar_sdk.js
...
Electron - funzionalità avanzate
Il framework Electron offre alcune funzionalità avanzate durante la esecuzione di CTToolbar7. E' possibile per esempio disporre di un sistema di logging per tracciare il funzionamento della applicazione.
--enable-logging[=file]
Prints Chromium's logging to stderr (or a log file).
The ELECTRON_ENABLE_LOGGING
environment variable has the same effect as passing --enable-logging
.
Passing --enable-logging
will result in logs being printed on stderr. Passing --enable-logging=file
will result in logs being saved to the file specified by --log-file=...
, or to electron_debug.log
in the user-data directory if --log-file
is not specified.
--log-file=path
If --enable-logging
is specified, logs will be written to the given path. The parent directory must exist.
Setting the ELECTRON_LOG_FILE
environment variable is equivalent to passing this flag. If both are present, the command-line switch takes precedence.
--v=log_level
Gives the default maximal active V-logging level; 0 is the default. Normally positive values are used for V-logging levels.
This switch only works when --enable-logging
is also passed.
See also --enable-logging
, --log-level
, and --vmodule
.
--ignore-certificate-errors
Ignores certificate related errors.