Log

Undocumented in source.

Members

Enums

Level
enum Level
Undocumented in source.
Type
enum Type

Logging style

Static functions

error
void error(string message, T params)

Log a generic debugging error message

getLogger
Logger getLogger(string name)

Get the logger with the given name

level
void level(Level level)

Set the logging level

setFileOptions
void setFileOptions(string file, int noFiles, long maxSize)

Set the options for Type.File and Type.Files logging

setStream
void setStream(OutputStream os)
Undocumented in source. Be warned that the author may not have intended to support it.
type
void type(Type type)

Set the logging type

Meta