Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cs
v0.1.1
Top Level Namespace
Format
Grid
Log
NPath
PrintOut
Var
Built with Crystal 1.9.2
2023-10-08 13:33:36 UTC
module
Log
Defined in:
util/log.cr
Class Method Summary
.err
(var, custom_string =
"is invalid"
)
.info
(var, custom_string =
"is invalid"
)
.warn
(var, custom_string =
"is invalid"
)
Class Method Detail
def self.
err
(var, custom_string =
"is invalid"
)
#
[
View source
]
def self.
info
(var, custom_string =
"is invalid"
)
#
[
View source
]
def self.
warn
(var, custom_string =
"is invalid"
)
#
[
View source
]