Package-level declarations
Types
Link copied to clipboard
A generic exception thrown when logging can not be performed.
Seedling
Link copied to clipboard
Basic logger that prints messages to the JavaScript Console. Levels are mapped as:
class Seedling @JvmOverloads constructor(printStreamErr: PrintStream = System.err, printStreamOut: PrintStream = System.out, callStackIndex: Int = CALL_STACK_INDEX) : ISeedling
Basic logger that prints Error and WTF messages to the System.err stream. All other logs are printed to the System.out stream. Messages are line printed in the format of TAG: Message
.