CreateLogger.Here

Undocumented in source.
  1. alias Here = typeof(this)
    mixintemplate CreateLogger(string f = __FILE__, int l = __LINE__, string m = __MODULE__, string foo = __FUNCTION__, string prettyFoo = __PRETTY_FUNCTION__)
    static if(__traits(compiles, typeof(this)))
    alias Here = typeof(this)
  2. alias Here = ___Module___

Meta