Interface
caplin.core.log

Logger

Constructor Summary

Attributes Name and Description
caplin.core.log.Logger()

This represents an interface, and should not normally be constructed.

Method Summary

Attributes Name and Description
void debug()

Log a 'debug' message.

void error()

Log an 'error' message.

void info()

Log an 'info' message.

void trace()

Log a 'trace' message.

void warn()

Log a 'warn' message.

Constructor Detail

caplin.core.log.Logger()

This represents an interface, and should not normally be constructed.

Method Detail

void debug()

Log a 'debug' message. A variable argument method. See caplin.core.log.Log.interpolate for more information.

void error()

Log an 'error' message. A variable argument method. See caplin.core.log.Log.interpolate for more information.

Avoid using this method, as it is intended only to be used at the top level.

void info()

Log an 'info' message. A variable argument method. See caplin.core.log.Log.interpolate for more information.

void trace()

Log a 'trace' message. A variable argument method. See caplin.core.log.Log.interpolate for more information.

void warn()

Log a 'warn' message. A variable argument method. See caplin.core.log.Log.interpolate for more information.