class Mylog

Overview

log to a file example output line: 2021-04-24 09:00:53.648818 INFO log cleared

Defined in:

log.cr

Constant Summary

Log = ::Log.for("tree", :debug)

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def clearlog #

clearlog()


[View source]
def error(msg) #

[View source]
def info(msg) #

[View source]