Appender.register

Static method to return a mask for identifying the Appender. Each Appender class should have a unique fingerprint so that we can figure out which ones have been invoked for a given event. A bitmask is a simple an efficient way to do that.

class Appender
protected
register
(
const(char)[] tag
)

Meta