Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New returns configured ironsmile™ logger that is ready to use. Configuration:
error a path to a file to log calls to Errorf? log a path to a file to log calls to Logf? debug a path to a file to log calls to Debugf?
If debug is set but log not, debug's file will be used for log. If log is set(either through the configuration or copied from debug), but error is not, error will be set to log's file. The files are appended to if existing, not truncated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.