Struct rusoto_greengrass::Logger [] [src]

pub struct Logger {
    pub component: Option<String>,
    pub id: Option<String>,
    pub level: Option<String>,
    pub space: Option<i64>,
    pub type_: Option<String>,
}

Information on the Logger

Fields

The component that will be subject to logs

Element Id for this entry in the list.

The level of the logs

Amount of hardware space, in KB, to use if file system is used for logging purposes.

The type which will be use for log output

Trait Implementations

impl Default for Logger
[src]

[src]

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

impl Debug for Logger
[src]

[src]

Formats the value using the given formatter.

impl Clone for Logger
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more