Documentation
¶
Index ¶
Constants ¶
View Source
const ( DebugLog = iota // DebugLog is the general-purpose log MtLog // MtLog is for the type 6026 MT tape module DkpLog // DkpLog is for the type 4231a Moving-Head Disk DpfLog // DpfLog is for the type 6061 DPF disk module DskpLog // DskpLog is for the type 6239 DSKP disk module MapLog // MapLog is for BMC/DCH-related logging ScLog // ScLog is for System Call logging in the VS emulator )
Log IDs
Variables ¶
This section is empty.
Functions ¶
func DebugLogsDump ¶
func DebugLogsDump(dir string)
DebugLogsDump can be called to dump out each of the non-empty debug logs to text files @dir should be empty, or a /-terminated subdirectory to receive the logs
func DebugPrint ¶
DebugPrint doesn't print anything! It stores the log message in array-backed circular arrays for printing when debugLogsDump() is invoked. This func can be called very often, KISS...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.