Skip to content

std/jule/log

Index

Variables
fn Logf(fmt: str, args: ...any): str
struct Log

Variables

jule
const (
	Flat  = iota // Just text.
	Error        // Error message.
)

Log kinds.

Logf

jule
fn Logf(fmt: str, args: ...any): str

Returns formatted error message by fmt and args.

Log

jule
struct Log {
	Kind:       int
	Row:        int
	Column:     int
	Path:       str
	Text:       str
	Line:       str
	Suggestion: str
}

Compiler log.