Logger.LevelMixin

Undocumented in source.
struct Logger
mixin template LevelMixin (
string staticMethod
string runtimeMethod
string member
) {}

Members

Mixins

__anonymous
mixin StaticLevelMixin!(staticMethod, member)
Undocumented in source.
__anonymous
mixin RuntimeLevelMixin!(runtimeMethod, member)
Undocumented in source.

Meta