Fantom

 

class

flux::Flux

sys::Obj
  flux::Flux

Flux provides system level utilities for flux applications

Slots

loadOptionsSource

static Obj? loadOptions(Pod pod, Str name, Type? t)

Read an session options file into memory. An option file is a serialized object stored at "etc/{pod}/{name}.fog".

localeSource

static Str locale(Str key)

Convenience for looking up a locale prop in the flux pod.

logSource

static Log log := Flux#.pod().log

Standard log for flux pod.

saveOptionsSource

static Bool saveOptions(Pod pod, Str name, Obj options)

Save sessions options back to file. An option file is a serialized object stored at "etc/{pod}/{name}.fog". Return true on success, false on failure.