Logger

Logger class

Provides the logging functionality.

The Logger type exposes the following members:

Properties

NameDescription
debugGets the debug logger.
severityGets or sets severity.
nameGets or sets name.
appendersGets or sets the appender list.

Methods

NameDescription
write_line()
write_line(message)
write_line(message)
write(message)
write(message)
write_if(condition, message)
write_if(condition, message)
write_if(condition, message)
is_enabled(level)
write_format(format, arguments)

See Also