[][src]Crate casual_logger

What a bother. I want to logging it without setting it. Not a product.
なんて面倒だ。 設定せず にロギングしたい。 製品じゃないし。

Structs

ArrayOfTable

Array of Table.
テーブルの配列。

Log

Easy to use logging.
使いやすいロギング。

Table

TOML table included in the log file. The form is not validated.
However, if "Log::set_opt(Opt::BeginnersSupport)" is set,
it will intervene with some automatic correction.
ログファイルに含まれるTOMLテーブル。書式の妥当性検証はしません。
ただし、"Log::set_opt(Opt::BeginnersSupport)" が設定されている場合は、
ある程度の自動修正で介入します。

Enums

Extension

The extension of the log file.
ログファイルの拡張子です。

Level

The higher this level, the more detailed the log.
このレベルが高いほど、ログはより詳細になります。

Opt

Optimization.
最適化。

Constants

DEFAULT_LOG_LEVEL

The log level is Level::Trace by default.
ログレベルはデフォルトで Level::Trace です。

DEFAULT_OPTIMIZATION

The optimization is Opt::BeginnersSupport by default.
最適化はデフォルトで Opt::BeginnersSupport です。

DEFAULT_RETENTION_DAYS

The file retention period is 7 days by default.
ファイルの保存期間は、デフォルトで7日です。

DEFAULT_TIMEOUT_SECS

The default timeout is 30 seconds.
Used for Log::flush() wait time.
タイムアウトのデフォルトは30秒です。
Log::flush() の待機時間に使われます。