You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally this function should be called a single time, before any data is
20
-
logged, to configure the data table header once.
27
+
Ideally this function should be called a single time, before any data is
28
+
logged, to configure the data table header once.
21
29
22
-
If a log file already exists when the program starts, or if this function
23
-
is called multiple times, it will check the labels already defined in the
24
-
log file. If this function call contains any new labels not already
25
-
present, it will generate a new header row with the additional columns.
30
+
If a log file already exists when the program starts, or if this function
31
+
is called multiple times, it will check the labels already defined in the
32
+
log file. If this function call contains any new labels not already
33
+
present, it will generate a new header row with the additional columns.
26
34
27
-
By default the first column contains a timestamp for each row. The time
28
-
unit can be selected via the timestamp argument.
35
+
By default the first column contains a timestamp for each row. The time
36
+
unit can be selected via the timestamp argument.
29
37
30
-
:param *labels: Qualsevol nombre d'arguments posicionals, corresponent cadascun a una entrada en la capçalera del registre.
31
-
:param timestamp: (marca horària) Selecciona la unitat de la marca del temps que serà automaticament afegida com a primera columna de cada fila. Els valors de la marca del temps pot ser un de ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` o ``None`` per desactivar la marca del temps. El valor per defecte es ``log.SECONDS``."""
38
+
:param *labels: Any number of positional arguments, each corresponding to an entry in the log header.
39
+
:param timestamp: Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``.
0 commit comments