Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Level Up Colour #4033

Merged
merged 4 commits into from Aug 9, 2016
Merged

Change Level Up Colour #4033

merged 4 commits into from Aug 9, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 9, 2016

Changed levelup colour to something different seemed to bland to be the same as the others

@@ -114,5 +114,6 @@ public enum LogLevel
New = 15,
SoftBan = 16,
Debug = 17,
LevelUp = 18,
Copy link
Contributor

@iBorna iBorna Aug 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LevelUp = 17
Debug = 18

As right now debug messages will show up :P

And in program.cs you must change :

var logger = new ConsoleLogger(LogLevel.SoftBan);
to
var logger = new ConsoleLogger(LogLevel.LevelUp);

Because logger shows only logs under SoftBan log level.

@ghost
Copy link
Author

ghost commented Aug 9, 2016

thank you i forgot to push my commit with that fix
just tested it works fine

@BornSupercharged BornSupercharged merged commit bd2b341 into NecronomiconCoding:master Aug 9, 2016
schnapster pushed a commit to schnapster/NecroBot that referenced this pull request Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants