logging

package
v0.0.0-...-b5de531 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2021 License: MIT Imports: 3 Imported by: 6

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

func DebugPrint(log int, aFmt string, msg ...interface{})

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL