Fantom

 

class

flux::Flux

sys::Obj
  flux::Flux

Flux provides system level utilities for flux applications

Slots

loadOptionsSource

const 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

const static Str locale(Str key)

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

logSource

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

Standard log for flux pod.

saveOptionsSource

const 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.