Struct amethyst_config::LoggingConfig [] [src]

pub struct LoggingConfig {
    pub file_path: String,
    pub output_level: String,
    pub logging_level: String,
    // some fields omitted
}

Fields

Methods

impl LoggingConfig
[src]

TODO: Needs documentation!

Trait Implementations

impl Clone for LoggingConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoggingConfig
[src]

Formats the value using the given formatter.

impl Default for LoggingConfig
[src]

Returns the "default value" for a type. Read more

impl Element for LoggingConfig
[src]

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

TODO: Needs documentation!

From some string (should be used for top level elements if you want to embed the code)

From a file relative to current config

From a file relative to project