A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
serialize(logEvent:com.luminicbox.log:LogEvent) — Static method in class com.luminicbox.log.LogEvent
Serializes the LogEvent object into an object that can be passed to LocalConnection or similar objects.
setLevel(level:com.luminicbox.log:Level) — Method in class com.luminicbox.log.Logger
Sets the lowest required level for any message.
Any message that have a level that is lower than the supplied value will be ignored.
This is the most basic form of filter.
StringUtil — Class in package com.luminicbox.util
Static class containing string utilities.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z