Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Side by Side Diff: c/os_win32_logmessages.mc

Issue 2842333002: Updated netty-tcnative to version 2.0.0.Final (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « c/os_win32_logmessages.bin ('k') | c/os_win32_ntpipe.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 MessageId=0x1
2 Severity=Error
3 SymbolicName=LOG_MSG_EMERG
4 Language=English
5 Emerg: %1
6 .
7
8 MessageId=0x2
9 Severity=Error
10 SymbolicName=LOG_MSG_ERROR
11 Language=English
12 Error: %1
13 .
14
15 MessageId=0x3
16 Severity=Warning
17 SymbolicName=LOG_MSG_NOTICE
18 Language=English
19 Notice: %1
20 .
21
22 MessageId=0x4
23 Severity=Warning
24 SymbolicName=LOG_MSG_WARN
25 Language=English
26 Warn: %1
27 .
28
29 MessageId=0x5
30 Severity=Informational
31 SymbolicName=LOG_MSG_INFO
32 Language=English
33 Info: %1
34 .
35
36 MessageId=0x6
37 Severity=Success
38 SymbolicName=LOG_MSG_DEBUG
39 Language=English
40 Debug: %1
41 .
OLDNEW
« no previous file with comments | « c/os_win32_logmessages.bin ('k') | c/os_win32_ntpipe.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698