Action-Status VIs

Owning Palette: Logger

Requires: Logger

Use the Action-Status VIs to start and stop logging, add log statements, and register listeners.

Palette ObjectDescription
DebugLog a DEBUG statement.
ErrorLog an ERROR statement.
FatalLog a FATAL statement.
File RunRun the file logger.
File StartStart the file logger.
File StopStops the file logger.
InfoLog an INFO statement.
Register ListenerAdd a listener for log statements.
TraceLog a TRACE statement.
Unregister ListenerRemove a listener of log statements.
WarnLog a WARN statement