SnowflakId Version 3.1.0
This is a new release of the SnowflakId, this version has two improvements related to two methods as following:
1- GetDataCenterIdBySnowflakeId(long snowflakeId)
2- GetSecondsSinceUnixEpochFromId(long snowflakeId)
So, the improvement is getting rid of working directly with the string instead these two methods now dealing with bitwise operators when working the snowflakeId parameter.
Also, there is a new configuration property named UseConsoleLog to output any logging data to console if this property equal true, by default the value is false