Class: XasLogger::Standalone

Inherits:
Object
  • Object
show all
Includes:
Mix
Defined in:
lib/xasin_logger.rb

Instance Attribute Summary

Attributes included from Mix

#default_log_level, #log_level

Instance Method Summary collapse

Methods included from Mix

#init_x_log, #log_dest=, #x_log, #x_logd, #x_loge, #x_logf, #x_logi, #x_logw

Constructor Details

#initialize(tag, logger = nil) ⇒ Standalone

Returns a new instance of Standalone.



111
112
113
# File 'lib/xasin_logger.rb', line 111

def initialize(tag, logger = nil)
	init_x_log(tag, logger);
end