std/jule/log
Index
Variables
fn Logf(fmt: string, args: ...any): string
struct Log
Variables
jule
const (
Flat = iota // Just text.
Error // Error message.
)Log kinds.
Logf
jule
fn Logf(fmt: string, args: ...any): stringReturns formatted error message by fmt and args.
Log
jule
struct Log {
Kind: int
Row: int
Column: int
Path: string
Text: string
Line: string
Suggestion: string
}Compiler log.